mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
WPrefs: Added 'const' attribute to function parameters
This commit is contained in:
committed by
Carlos R. Mafra
parent
eb14bca73b
commit
b5101fc8ae
@@ -137,7 +137,7 @@ static void resizeCallback(WMWidget * w, void *data)
|
||||
}
|
||||
}
|
||||
|
||||
static int getPlacement(char *str)
|
||||
static int getPlacement(const char *str)
|
||||
{
|
||||
if (!str)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user