Declare more things as arrays
[freeradius.git] / src / main / modcall.c
index bab53cb..9f222bd 100644 (file)
@@ -367,7 +367,7 @@ static char const *group_name[] = {
        "xlat"
 };
 
-static char const *modcall_spaces = "                                                                ";
+static char const modcall_spaces[] = "                                                                ";
 
 #define MODCALL_STACK_MAX (32)