fix build issue

This commit is contained in:
Dale Weiler 2013-02-07 20:10:01 +00:00
parent aef60b7ec1
commit ece64dc779

2
pak.c
View file

@ -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