aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.c b/busybox.c
index 15f8e3f24..041cdeb01 100644
--- a/busybox.c
+++ b/busybox.c
@@ -351,7 +351,7 @@ const struct BB_applet applets[] = {
#ifdef BB_TEST
{"[", test_main, _BB_DIR_USR_BIN},
#endif
- {0}
+ {0,NULL,0}
};
char *applet_name;