mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
fix build issue
This commit is contained in:
parent
aef60b7ec1
commit
ece64dc779
1 changed files with 2 additions and 0 deletions
2
pak.c
2
pak.c
|
@ -453,6 +453,7 @@ bool pak_close(pak_file_t *pak) {
|
|||
return true;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* test extraction */
|
||||
int main() {
|
||||
pak_file_t *pak = pak_open("pak0.pak", "r");
|
||||
|
@ -463,4 +464,5 @@ int main() {
|
|||
pak_close(pak);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue