]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - pak.c
Update .travis.yml
[xonotic/gmqcc.git] / pak.c
diff --git a/pak.c b/pak.c
index f2f2252d4fd615fdd440ff4358dbe7e1e6c0b546..0b3f2216e2b4777c7892cedc0d04f72dfd4378f4 100644 (file)
--- a/pak.c
+++ b/pak.c
@@ -304,7 +304,7 @@ static bool pak_extract_one(pak_file_t *pak, const char *file, const char *outdi
 
     mem_d(dat);
     return true;
-    
+
 err:
     if (dat) mem_d(dat);
     if (out) fs_file_close(out);