diff options
-rw-r--r-- | screen_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screen_help.c b/screen_help.c index 2d24ce21d..c0661a67f 100644 --- a/screen_help.c +++ b/screen_help.c @@ -13,7 +13,7 @@ typedef struct { - char highlight; + signed char highlight; command_t command; char *text; } help_text_row_t; |