From: Dale Weiler Date: Fri, 11 Oct 2013 12:06:10 +0000 (-0400) Subject: Fix that (newer clang will fail on it) X-Git-Tag: 0.3.5~35^2~1 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=d8b3faa8711d172ee66f8c6e30f154dc7de4646d;p=xonotic%2Fgmqcc.git Fix that (newer clang will fail on it) --- diff --git a/gmqcc.h b/gmqcc.h index f396b28..61429f3 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -313,7 +313,7 @@ const struct tm *util_localtime(const time_t *timer); const char *util_ctime (const time_t *timer); typedef struct fs_file_s fs_file_t; -int util_isatty (fs_file_t *); +bool util_isatty (fs_file_t *); /* * A flexible vector implementation: all vector pointers contain some