diff options
author | Kalle Wallin <kaw@linux.se> | 2004-04-14 20:54:23 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-04-14 20:54:23 +0000 |
commit | 2a803438b5efaee06de58af19a7cb501904d2901 (patch) | |
tree | 254d9ec46f24957451da51bbf92df7ba2d7f13bc /screen_help.c | |
parent | 72e786ae302df7434defcfe80dbe7367bfdc7e53 (diff) | |
download | mpd-2a803438b5efaee06de58af19a7cb501904d2901.tar.gz mpd-2a803438b5efaee06de58af19a7cb501904d2901.tar.xz mpd-2a803438b5efaee06de58af19a7cb501904d2901.zip |
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
Diffstat (limited to 'screen_help.c')
-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; |