This commit is contained in:
twinaphex 2017-03-05 20:14:01 +01:00
parent 71b0666ec5
commit c99d83f15c
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ static void netplay_announce_cb(void *task_data, void *user_data, const char *er
return; return;
} }
static void netplay_announce() static void netplay_announce(void)
{ {
char buf [2048]; char buf [2048];
char url [2048] = "http://lobby.libretro.com/raw/?"; char url [2048] = "http://lobby.libretro.com/raw/?";