aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libbb.h2
-rw-r--r--libbb/libbb.h2
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
272extern const char * const applet_name; 272extern const char *applet_name;
273extern const char * const full_version; 273extern const char * const full_version;
274extern const char * const name_too_long; 274extern const char * const name_too_long;
275extern const char * const omitting_directory; 275extern 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
272extern const char * const applet_name; 272extern const char *applet_name;
273extern const char * const full_version; 273extern const char * const full_version;
274extern const char * const name_too_long; 274extern const char * const name_too_long;
275extern const char * const omitting_directory; 275extern const char * const omitting_directory;