From 0e9aef36fa5ca820e2fed506ad4032412445e942 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 30 Apr 2001 18:18:02 +0000 Subject: [PATCH] Oops. I was a bit too hasty and also changed applet_name. --- include/libbb.h | 2 +- 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 { 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; 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;