fix decls

This commit is contained in:
Ben Morse
2018-01-09 10:41:16 -08:00
parent ec6af6132d
commit b85758ec19
2 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ static void updateDiscordPresence()
}
}
static void handleDiscordReady()
static void handleDiscordReady(void)
{
printf("\nDiscord: ready\n");
}