From d8b3faa8711d172ee66f8c6e30f154dc7de4646d Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 11 Oct 2013 08:06:10 -0400 Subject: [PATCH] Fix that (newer clang will fail on it) --- gmqcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2