diff options
author | Matt Kraai <kraai@debian.org> | 2000-07-19 18:20:02 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2000-07-19 18:20:02 +0000 |
commit | 869057238b4ae1544ee9df28fca4157b041175f9 (patch) | |
tree | 544178fe7f50e21c6effc0ae1707f7f36a3f99b3 /applets | |
parent | 2f46b664b7d7b51319d21b7c2d6b3ca817f5e1c4 (diff) | |
download | busybox-w32-869057238b4ae1544ee9df28fca4157b041175f9.tar.gz busybox-w32-869057238b4ae1544ee9df28fca4157b041175f9.tar.bz2 busybox-w32-869057238b4ae1544ee9df28fca4157b041175f9.zip |
Added some missing declarations and fixed some typos. I have to
remember to compile *before* committing.
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c index 56ea80d08..58f9820ba 100644 --- a/applets/usage.c +++ b/applets/usage.c | |||
@@ -365,6 +365,7 @@ const char halt_usage[] = | |||
365 | "\nHalt the system.\n" | 365 | "\nHalt the system.\n" |
366 | #endif | 366 | #endif |
367 | ; | 367 | ; |
368 | #endif | ||
368 | 369 | ||
369 | #if defined BB_HEAD | 370 | #if defined BB_HEAD |
370 | const char head_usage[] = | 371 | const char head_usage[] = |