diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -351,7 +351,7 @@ const struct BB_applet applets[] = { | |||
351 | #ifdef BB_TEST | 351 | #ifdef BB_TEST |
352 | {"[", test_main, _BB_DIR_USR_BIN}, | 352 | {"[", test_main, _BB_DIR_USR_BIN}, |
353 | #endif | 353 | #endif |
354 | {0} | 354 | {0,NULL,0} |
355 | }; | 355 | }; |
356 | 356 | ||
357 | char *applet_name; | 357 | char *applet_name; |