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[] = { #ifdef BB_TEST {"[", test_main, _BB_DIR_USR_BIN}, #endif - {0} + {0,NULL,0} }; char *applet_name; |