aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-14 06:29:10 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-14 06:29:10 +0000
commitd6912c97deb344844163914eb4aa4640cc332580 (patch)
treeb7cf5ade92713c1930737079e74bc4e612c3de6c /busybox.c
parent58361a44b5105e2ed5cae5eb69faa975a993bf72 (diff)
downloadbusybox-d6912c97deb344844163914eb4aa4640cc332580.tar.gz
Be more pedantic aboutthe terminating null applet.
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c2
1 files changed, 1 insertions, 1 deletions
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;