diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-30 18:18:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-30 18:18:02 +0000 |
commit | 0e9aef36fa5ca820e2fed506ad4032412445e942 (patch) | |
tree | 9d2d5abeec595e129e37c744c9a846b0657ab244 | |
parent | 8a633268ef478a31bd649d582ce07e9c26a4a03a (diff) | |
download | busybox-w32-0e9aef36fa5ca820e2fed506ad4032412445e942.tar.gz busybox-w32-0e9aef36fa5ca820e2fed506ad4032412445e942.tar.bz2 busybox-w32-0e9aef36fa5ca820e2fed506ad4032412445e942.zip |
Oops. I was a bit too hasty and also changed applet_name.
-rw-r--r-- | include/libbb.h | 2 | ||||
-rw-r--r-- | libbb/libbb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h index d2f9a9567..b7ef21b9a 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -269,7 +269,7 @@ enum { | |||
269 | FILEUTILS_INTERACTIVE = 16 | 269 | FILEUTILS_INTERACTIVE = 16 |
270 | }; | 270 | }; |
271 | 271 | ||
272 | extern const char * const applet_name; | 272 | extern const char *applet_name; |
273 | extern const char * const full_version; | 273 | extern const char * const full_version; |
274 | extern const char * const name_too_long; | 274 | extern const char * const name_too_long; |
275 | extern const char * const omitting_directory; | 275 | extern const char * const omitting_directory; |
diff --git a/libbb/libbb.h b/libbb/libbb.h index d2f9a9567..b7ef21b9a 100644 --- a/libbb/libbb.h +++ b/libbb/libbb.h | |||
@@ -269,7 +269,7 @@ enum { | |||
269 | FILEUTILS_INTERACTIVE = 16 | 269 | FILEUTILS_INTERACTIVE = 16 |
270 | }; | 270 | }; |
271 | 271 | ||
272 | extern const char * const applet_name; | 272 | extern const char *applet_name; |
273 | extern const char * const full_version; | 273 | extern const char * const full_version; |
274 | extern const char * const name_too_long; | 274 | extern const char * const name_too_long; |
275 | extern const char * const omitting_directory; | 275 | extern const char * const omitting_directory; |