mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
s/\t/ /g
This commit is contained in:
parent
4e9fc02a95
commit
d59819620b
1 changed files with 2 additions and 2 deletions
4
gmqcc.h
4
gmqcc.h
|
@ -56,8 +56,8 @@
|
|||
# if __STDC_VERSION__ < 199901L && __GNUC__ < 3
|
||||
typedef int _Bool
|
||||
# else
|
||||
typedef _Bool bool;
|
||||
# endif
|
||||
typedef _Bool bool;
|
||||
# endif
|
||||
# endif /* !__cplusplus */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue