Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src/obj.c b/src/obj.c 2index 66d528b..ab08a4f 100644 3--- a/src/obj.c 4+++ b/src/obj.c 5@@ -183,7 +183,7 @@ static short intnpar(char *line, int mode, struct face *face) { 6 */ 7 #define ALLOC_MORE 100 8 GLuint obj_load(Obj *object, const char *obj_file) { 9- gzFile *gzp = NULL; 10+ gzFile gzp = NULL; 11 char line[1024], command[1024]; 12 13 char filename_mtl[256] = "\0";