diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-04 20:10:51 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-04 20:10:51 +0000 |
commit | 9cd30d30a0d7340524ba8223dc9d4088eb93a1d6 (patch) | |
tree | 4795e4117db0b0f127735674bfb09e7b3ba5045a /applets/applet_tables.c | |
parent | 83c44229d24b1e09c772c8e8e0ee4abad78139a6 (diff) | |
download | busybox-w32-9cd30d30a0d7340524ba8223dc9d4088eb93a1d6.tar.gz busybox-w32-9cd30d30a0d7340524ba8223dc9d4088eb93a1d6.tar.bz2 busybox-w32-9cd30d30a0d7340524ba8223dc9d4088eb93a1d6.zip |
Makefile.help: removing allbareconfig target from help
applet_tables: fix allnoconfig
Diffstat (limited to 'applets/applet_tables.c')
-rw-r--r-- | applets/applet_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applet_tables.c b/applets/applet_tables.c index c16df06a7..3945f7c51 100644 --- a/applets/applet_tables.c +++ b/applets/applet_tables.c | |||
@@ -71,7 +71,7 @@ int main(int argc, char **argv) | |||
71 | 71 | ||
72 | puts("/* This is a generated file, don't edit */"); | 72 | puts("/* This is a generated file, don't edit */"); |
73 | 73 | ||
74 | puts("const char applet_names[] ALIGN1 ="); | 74 | puts("const char applet_names[] ALIGN1 = \"\" \n"); |
75 | for (i = 0; i < NUM_APPLETS; i++) { | 75 | for (i = 0; i < NUM_APPLETS; i++) { |
76 | printf("\"%s\" \"\\0\"\n", applets[i].name); | 76 | printf("\"%s\" \"\\0\"\n", applets[i].name); |
77 | } | 77 | } |