mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] cleanup some missing (void) parameters
This commit is contained in:

committed by
Geoffrey McRae

parent
0ea188faf8
commit
9ddfa585ec
@@ -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);
|
||||
|
Reference in New Issue
Block a user