[host] cleanup some missing (void) parameters

This commit is contained in:
Tudor Brindus
2022-02-08 00:10:31 -05:00
committed by Geoffrey McRae
parent 0ea188faf8
commit 9ddfa585ec
5 changed files with 12 additions and 12 deletions

View File

@@ -510,7 +510,7 @@ void capturePostPointerBuffer(CapturePointer pointer)
LG_UNLOCK(app.pointerLock);
}
static void lgmpShutdown()
static void lgmpShutdown(void)
{
if (app.lgmpTimer)
lgTimerDestroy(app.lgmpTimer);