This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
gugdun
/
SDL
kopia lustrzana
https://github.com/libsdl-org/SDL
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Added missing SDL_Quit() in test program.
Philipp Wiesemann
10 lat temu
rodzic
3362c9f196
commit
eb57d75242
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
test/testdrawchessboard.c
+ 1
- 0
test/testdrawchessboard.c
Wyświetl plik
@@ -129,6 +129,7 @@ main(int argc, char *argv[])
}
#endif
+ SDL_Quit();
return 0;
}