Fixed const correctness in functions using 'wusergnusteppath'

The change introduced in previous commit for const correctness has
a small impact on WindowMaker's code, this patch fixes all the new
warnings.
This commit is contained in:
Christophe CURIS
2013-05-04 16:25:44 +01:00
committed by Carlos R. Mafra
parent cd1c55d63c
commit a18fd7cd69
6 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ const char *wusergnusteppath()
char *wdefaultspathfordomain(const char *domain)
{
char *path;
char *gspath;
const char *gspath;
size_t slen;
gspath = wusergnusteppath();