mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Fix that (newer clang will fail on it)
This commit is contained in:
parent
92c0d6157c
commit
d8b3faa871
1 changed files with 1 additions and 1 deletions
2
gmqcc.h
2
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
|
||||
|
|
Loading…
Reference in a new issue