mirror of
https://github.com/gryf/wmaker.git
synced 2026-08-25 13:11:52 +02:00
wmaker: Added 'const' attribute to most local functions
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
69b6848187
commit
f0c1dc9fc3
+1
-1
@@ -318,7 +318,7 @@ void wUserMenuRefreshInstances(WMenu * menu, WWindow * wwin)
|
||||
wMenuPaint(menu);
|
||||
}
|
||||
|
||||
static WMenu *readUserMenuFile(WScreen * scr, char *file_name)
|
||||
static WMenu *readUserMenuFile(WScreen *scr, const char *file_name)
|
||||
{
|
||||
WMenu *menu = NULL;
|
||||
WMPropList *plum;
|
||||
|
||||
Reference in New Issue
Block a user