'static' to 'static const'
[freeradius.git] / src / main / xlat.c
index b2c8aa5..ab4f96a 100644 (file)
@@ -60,7 +60,7 @@ static const char *internal_xlat[] = {"check",
 #if REQUEST_MAX_REGEX > 8
 #error Please fix the following line
 #endif
-static int xlat_inst[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8 };        /* up to 8 for regex */
+static const int xlat_inst[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8 };  /* up to 8 for regex */
 
 
 /*