Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Use correct function
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jul 14, 2007
1 parent d6c5d4c commit 639b8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timer/mint/SDL_systimer.c
Expand Up @@ -131,7 +131,7 @@ SDL_SYS_TimerQuit(void)
if (timer_installed) {
/* Uninstall RunTimer vbl vector */
void *old_stack = (void *) Super(0);
SDL_AtariVblUninstall(RunTimer);
SDL_AtariVblUninstall(SDL_ThreadedTimerCheck);
Super(old_stack);
timer_installed = SDL_FALSE;
}
Expand Down

0 comments on commit 639b8ec

Please sign in to comment.