mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-19 07:55:48 +01:00
WINGs: Fix incomplete prototypes for functions that take no argument
This commit is contained in:
committed by
Carlos R. Mafra
parent
dce34e926b
commit
26491867a3
@@ -5,7 +5,7 @@
|
||||
|
||||
#include "WINGsP.h"
|
||||
|
||||
void WHandleEvents()
|
||||
void WHandleEvents(void)
|
||||
{
|
||||
/* Check any expired timers */
|
||||
W_CheckTimerHandlers();
|
||||
|
||||
Reference in New Issue
Block a user