diff --git a/src/video/psp/SDL_pspvideo.c b/src/video/psp/SDL_pspvideo.c index 14a5599df..27f9b47db 100644 --- a/src/video/psp/SDL_pspvideo.c +++ b/src/video/psp/SDL_pspvideo.c @@ -149,7 +149,7 @@ int PSP_VideoInit(SDL_VideoDevice *_this) return 0; } -void PSP_VideoQuit(_THIS) +void PSP_VideoQuit(SDL_VideoDevice *_this) { PSP_EventQuit(_this); }