diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { FILEUTILS_INTERACTIVE = 16 }; -extern const char * const applet_name; +extern const char *applet_name; extern const char * const full_version; extern const char * const name_too_long; extern const char * const omitting_directory; |