From d6912c97deb344844163914eb4aa4640cc332580 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 14 Jul 2000 06:29:10 +0000 Subject: Be more pedantic aboutthe terminating null applet. -Erik --- applets/busybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') 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; -- cgit v1.2.3