commit | 5c296de390b1329a6243d12a86ef9c4726ace22a | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jul 03 14:28:35 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jul 03 14:28:35 2010 +0200 |
tree | 2dfcd3242a26e9631c391e6ad1b26e068cfe3e66 | |
parent | 922f6f51dba8ba710cac0679635ed811b2139a53 [diff] [blame] |
fix compile breakage with "make -j" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 58f1a94..6f058bc 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c
@@ -65,7 +65,7 @@ #if ENABLE_FEATURE_COMPRESS_USAGE -static const char packed_usage[] = { PACKED_USAGE }; +static const char packed_usage[] ALIGN1 = { PACKED_USAGE }; # include "unarchive.h" static const char *unpack_usage_messages(void) {