diff options
| -rw-r--r-- | src/irc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -724,7 +724,7 @@ static char service_minute_timer() { } } -int irc_read(void) { +char irc_read(void) { if(!trip) return 1; last_read_min = minutes; @@ -864,7 +864,7 @@ static char cur_is_query(void) { /* count backwards here, because the [server] screen is 0, it's the least interesting one. */ -char find_scr_with_status(int status) { +char find_scr_with_status(char status) { signed char i; for(i = MAX_SCREENS - 1; i != -1; i--) { |
