projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
035ef56
)
Rich Felker writes:
author
Rob Landley
<rob@landley.net>
Wed, 3 May 2006 20:19:14 +0000
(20:19 -0000)
committer
Rob Landley
<rob@landley.net>
Wed, 3 May 2006 20:19:14 +0000
(20:19 -0000)
mistake in a macro caused statement before declaration.
applets/applets.c
patch
|
blob
|
history
diff --git
a/applets/applets.c
b/applets/applets.c
index ca6f8108f7772d93c5721587021ccb630757ca65..1913676dcfd0ac6b8abf884bb376b4e1fedef1a3 100644
(file)
--- a/
applets/applets.c
+++ b/
applets/applets.c
@@
-434,7
+434,7
@@
static const char *unpack_usage_messages(void)
}
#else
-#define unpack_usage_messages() usage_messages
;
+#define unpack_usage_messages() usage_messages
#endif /* ENABLE_FEATURE_COMPRESS_USAGE */
void bb_show_usage (void)