summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-02-25 01:43:18 +0000
committerHisham Muhammad <hisham@gobolinux.org>2010-02-25 01:43:18 +0000
commit02a30bfecdd841b4ca48acfc9b5f2df7930e7a69 (patch)
tree0a86343ad37f77c10ed6cea35b49e5ff2b926163 /TraceScreen.c
parent5cc89986887de19c8898ce36e3776b3483a72f2d (diff)
warning fixes
Diffstat (limited to 'TraceScreen.c')
-rw-r--r--TraceScreen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/TraceScreen.c b/TraceScreen.c
index 19254f99..c843e749 100644
--- a/TraceScreen.c
+++ b/TraceScreen.c
@@ -32,9 +32,9 @@ typedef struct TraceScreen_ {
}*/
-static char* tbFunctions[] = {"AutoScroll ", "Stop Tracing ", "Done ", NULL};
+static const char* tbFunctions[] = {"AutoScroll ", "Stop Tracing ", "Done ", NULL};
-static char* tbKeys[] = {"F4", "F5", "Esc"};
+static const char* tbKeys[] = {"F4", "F5", "Esc"};
static int tbEvents[] = {KEY_F(4), KEY_F(5), 27};

© 2014-2024 Faster IT GmbH | imprint | privacy policy