mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 11:45:13 -05:00
Added missing fclose() in test program.
Found by Cppcheck.
This commit is contained in:
@@ -84,5 +84,6 @@ main(int argc, char *argv[])
|
||||
fputs(test[0], stdout);
|
||||
SDL_free(test[0]);
|
||||
}
|
||||
fclose(file);
|
||||
return (errors ? errors + 1 : 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user