summaryrefslogtreecommitdiffstats
path: root/xrdp/funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'xrdp/funcs.c')
-rw-r--r--xrdp/funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/funcs.c b/xrdp/funcs.c
index 21e20ce6..54355efe 100644
--- a/xrdp/funcs.c
+++ b/xrdp/funcs.c
@@ -197,7 +197,7 @@ remove_char_at(char* text, int index)
/*****************************************************************************/
int APP_CC
-set_string(char** in_str, char* in)
+set_string(char** in_str, const char* in)
{
if (in_str == 0)
{