From a7a7ed17b0e2ea5f4bfdeb695ef3080d10415dbf Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Sat, 7 Oct 2017 23:41:23 +1000 Subject: [PATCH] fix SDL_quinnevents. --- src/video/quinn/SDL_quinnevents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/quinn/SDL_quinnevents.c b/src/video/quinn/SDL_quinnevents.c index 039b17d..37bd713 100644 --- a/src/video/quinn/SDL_quinnevents.c +++ b/src/video/quinn/SDL_quinnevents.c @@ -168,7 +168,7 @@ void QUINN_PumpEvents(_THIS) { int i; int l; if (this->hidden->doexit == 1) { - SDLK_PrivateQuit(); + SDL_PrivateQuit(); } if (current_req_current) {