mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
Added missing fclose() in test program.
Found by Cppcheck.
This commit is contained in:
parent
80d2811c3f
commit
72b5424518
|
|
@ -84,5 +84,6 @@ main(int argc, char *argv[])
|
|||
fputs(test[0], stdout);
|
||||
SDL_free(test[0]);
|
||||
}
|
||||
fclose(file);
|
||||
return (errors ? errors + 1 : 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user