mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
alignment fix
This commit is contained in:
parent
a002041ec2
commit
f6ad0e0238
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -36,7 +36,7 @@ bool opts_memchk = false;
|
|||
bool opts_dump = false;
|
||||
bool opts_werror = false;
|
||||
bool opts_forcecrc = false;
|
||||
bool opts_benchmark = false;
|
||||
bool opts_benchmark = false;
|
||||
|
||||
uint16_t opts_forced_crc;
|
||||
|
||||
|
|
Loading…
Reference in a new issue