diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-14 06:29:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-14 06:29:10 +0000 |
commit | d6912c97deb344844163914eb4aa4640cc332580 (patch) | |
tree | b7cf5ade92713c1930737079e74bc4e612c3de6c /applets | |
parent | 58361a44b5105e2ed5cae5eb69faa975a993bf72 (diff) | |
download | busybox-d6912c97deb344844163914eb4aa4640cc332580.tar.gz |
Be more pedantic aboutthe terminating null applet.
-Erik
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 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; |