From 6605d1bf67bc4554e3a983027e0a97c8d817ee4e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 29 Jul 2008 16:49:08 +0200 Subject: [PATCH] constify defaultHelpLine --- newt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ; -- 2.47.3