Pārlūkot izejas kodu

psp: fix copy/paste error from SDL2 in PSP_VideoQuit().

Ozkan Sezer 1 gadu atpakaļ
vecāks
revīzija
53544cabaa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/video/psp/SDL_pspvideo.c

+ 1 - 1
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);
 }