From b8429fb1f45a35b36adeb44f90cd6842c2df7791 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 3 Jan 2007 23:23:58 +0000 Subject: fix allnoconfig build. the most useful fix of the month. ;) [spotted by Bernhard Fischer ] --- applets/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/usage.c') diff --git a/applets/usage.c b/applets/usage.c index d888fa93d..bb7ca826f 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -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" -- cgit v1.2.3