From d6912c97deb344844163914eb4aa4640cc332580 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 14 Jul 2000 06:29:10 +0000 Subject: [PATCH] Be more pedantic aboutthe terminating null applet. -Erik --- applets/busybox.c | 2 +- busybox.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;