]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
fix build issue
authorDale Weiler <killfieldengine@gmail.com>
Thu, 7 Feb 2013 20:10:01 +0000 (20:10 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Thu, 7 Feb 2013 20:10:01 +0000 (20:10 +0000)
pak.c

diff --git a/pak.c b/pak.c
index 25fe795840354ca23e1b10ed425e1317e7842866..875ca3d7de2d3f05182d505ce4536ccc34111834 100644 (file)
--- a/pak.c
+++ b/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