wmaker: Added 'const' attribute to most local functions

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2013-06-16 19:32:23 +01:00
committed by Carlos R. Mafra
parent 69b6848187
commit f0c1dc9fc3
10 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -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;