From: Eric Andersen Date: Fri, 14 Jul 2000 06:29:10 +0000 (-0000) Subject: Be more pedantic aboutthe terminating null applet. X-Git-Tag: 0_47~250 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6912c97deb344844163914eb4aa4640cc332580;p=oweals%2Fbusybox.git Be more pedantic aboutthe terminating null applet. -Erik --- diff --git a/applets/busybox.c b/applets/busybox.c index 15f8e3f24..041cdeb01 100644 --- a/applets/busybox.c +++ b/applets/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; 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;