mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 14:24:14 +01:00
Constify the argument of wstrdup()
This commit is contained in:
@@ -163,7 +163,7 @@ char *wtrimspace(char *s)
|
||||
return c;
|
||||
}
|
||||
|
||||
char *wstrdup(char *str)
|
||||
char *wstrdup(const char *str)
|
||||
{
|
||||
assert(str != NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user