gdb/
[deliverable/binutils-gdb.git] / gdb / cli / cli-cmds.c
index 9c118e10f54474f3f415f6f0d3243e173b90b528..5eeab4150939d0178237d8dd59df230da024b471 100644 (file)
@@ -201,7 +201,7 @@ static const char script_ext_off[] = "off";
 static const char script_ext_soft[] = "soft";
 static const char script_ext_strict[] = "strict";
 
-static const char *script_ext_enums[] = {
+static const char *const script_ext_enums[] = {
   script_ext_off,
   script_ext_soft,
   script_ext_strict,
This page took 0.025149 seconds and 4 git commands to generate.