Skip to content

Commit 213b074

Browse files
fjtrujyslouken
authored andcommitted
Fix wrong callback type
(cherry picked from commit c89357b) (cherry picked from commit d0c2d8b)
1 parent 4177e06 commit 213b074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render/ps2/SDL_render_ps2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ typedef struct
5555
static int vsync_sema_id = 0;
5656

5757
/* PRIVATE METHODS */
58-
static int vsync_handler(void)
58+
static int vsync_handler(int reason)
5959
{
6060
iSignalSema(vsync_sema_id);
6161

0 commit comments

Comments
 (0)