mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +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
@@ -46,7 +46,7 @@ static void synchronizeUserDefaults(void *foo);
|
||||
#define UD_SYNC_INTERVAL 2000
|
||||
#endif
|
||||
|
||||
const char *wusergnusteppath()
|
||||
const char *wusergnusteppath(void)
|
||||
{
|
||||
static const char subdir[] = "/" GSUSER_SUBDIR;
|
||||
static char *path = NULL;
|
||||
|
||||
Reference in New Issue
Block a user