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-869057238b4ae1544ee9df28fca4157b041175f9.tar.gz |
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[] = "\nHalt the system.\n" #endif ; +#endif #if defined BB_HEAD const char head_usage[] = |