mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
warning fixes
This commit is contained in:
@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user