From: Miroslav Lichvar Date: Tue, 29 Jul 2008 14:49:08 +0000 (+0200) Subject: constify defaultHelpLine X-Git-Tag: r0-52-10~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6605d1bf67bc4554e3a983027e0a97c8d817ee4e;p=thirdparty%2Fnewt.git constify defaultHelpLine --- diff --git a/newt.c b/newt.c index f34d21c..2d132a1 100644 --- a/newt.c +++ b/newt.c @@ -41,7 +41,7 @@ static int cursorOn = 1; static int trashScreen = 0; extern int needResize; -static const char * defaultHelpLine = +static const char * const defaultHelpLine = " / between elements | selects | next screen" ;