aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/dhcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pending/dhcp.c')
-rw-r--r--toys/pending/dhcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/dhcp.c b/toys/pending/dhcp.c
index 25f9b913..d1f8e801 100644
--- a/toys/pending/dhcp.c
+++ b/toys/pending/dhcp.c
@@ -134,7 +134,7 @@ GLOBALS(
static void (*dbg)(char *format, ...);
static void dummy(char *format, ...){
- return;
+ return;
}
typedef struct dhcpc_result_s {