]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
constify defaultHelpLine
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 29 Jul 2008 14:49:08 +0000 (16:49 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 29 Jul 2008 14:49:08 +0000 (16:49 +0200)
newt.c

diff --git a/newt.c b/newt.c
index f34d21c5c3f87e7a9c5ada7e3f3e2d1b9a1ddb5a..2d132a11d242c987633a2c805b41852abe83540e 100644 (file)
--- 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 =
 "  <Tab>/<Alt-Tab> between elements   |  <Space> selects   |  <F12> next screen"
 ;