From: Kalle Wallin Date: Wed, 14 Apr 2004 20:54:23 +0000 (+0000) Subject: Specified that the highlight entry in help_text_row_t should be signed (ppc). X-Git-Tag: v0.12_alpha1~581 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2a803438b5efaee06de58af19a7cb501904d2901;p=ncmpc.git Specified that the highlight entry in help_text_row_t should be signed (ppc). git-svn-id: https://svn.musicpd.org/ncmpc/trunk@765 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/screen_help.c b/screen_help.c index 2d24ce2..c0661a6 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;