Oops. I was a bit too hasty and also changed applet_name.
authorEric Andersen <andersen@codepoet.org>
Mon, 30 Apr 2001 18:18:02 +0000 (18:18 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 30 Apr 2001 18:18:02 +0000 (18:18 -0000)
include/libbb.h
libbb/libbb.h

index d2f9a95675bf1133e9a617a4c2a465620b671987..b7ef21b9afcba0985889c46a2bd662dfaf57b586 100644 (file)
@@ -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;
index d2f9a95675bf1133e9a617a4c2a465620b671987..b7ef21b9afcba0985889c46a2bd662dfaf57b586 100644 (file)
@@ -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;