fix allnoconfig build. the most useful fix of the month. ;)
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 3 Jan 2007 23:23:58 +0000 (23:23 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 3 Jan 2007 23:23:58 +0000 (23:23 -0000)
[spotted by Bernhard Fischer <rep.nop@aon.at>]

applets/usage.c

index d888fa93d923b2772ba6bd1750bd2849eaceec65..bb7ca826fa6638dcc3a12ba77b5b04cfcf1d585a 100644 (file)
@@ -4,7 +4,7 @@
 #include "../include/autoconf.h"
 #include "../include/busybox.h"
 
-static const char usage_messages[] =
+static const char usage_messages[] = ""
 #define MAKE_USAGE
 #include "usage.h"
 #include "applets.h"