diff --git a/Project/main.cpp b/Project/main.cpp index df5ee22f..133f2897 100644 --- a/Project/main.cpp +++ b/Project/main.cpp @@ -51,7 +51,7 @@ int main(int argc, const char* argv[]) result = EXIT_FAILURE; } - SQL_Quit(); + SDL_Quit(); return result; }