aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-19 18:20:02 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-19 18:20:02 +0000
commite1f04916c7042ce35590a88ab4e8c84db696bd36 (patch)
tree544178fe7f50e21c6effc0ae1707f7f36a3f99b3 /applets
parent907f27ed9828725156e1ead722d001594dd621d9 (diff)
downloadbusybox-w32-e1f04916c7042ce35590a88ab4e8c84db696bd36.tar.gz
busybox-w32-e1f04916c7042ce35590a88ab4e8c84db696bd36.tar.bz2
busybox-w32-e1f04916c7042ce35590a88ab4e8c84db696bd36.zip
Added some missing declarations and fixed some typos. I have to
remember to compile *before* committing. git-svn-id: svn://busybox.net/trunk/busybox@882 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.c1
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
370const char head_usage[] = 371const char head_usage[] =