mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 05:55:45 +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
@@ -83,7 +83,7 @@ void WMSetResourcePath(const char *path)
|
||||
WMApplication.resourcePath = wstrdup(path);
|
||||
}
|
||||
|
||||
char *WMGetApplicationName()
|
||||
char *WMGetApplicationName(void)
|
||||
{
|
||||
return WMApplication.applicationName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user