SWITCH: thread entry should be static

This commit is contained in:
cpasjuste 2018-03-14 22:02:22 +01:00 committed by Dave Murphy
parent f6e5951ebf
commit c451671c4d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#define STACK_SIZE 0x2000
void
static void
SDL_SYS_RunThread(void *data)
{
SDL_RunThread(data);