Make "msg" const in internal_vproblem
[deliverable/binutils-gdb.git] / gdb / utils.c
index 840779a63075bee17592576dff0d47a50065d0ec..700f54f9ad32762dedff424887efdd25ac706640 100644 (file)
@@ -300,7 +300,7 @@ internal_vproblem (struct internal_problem *problem,
 
   /* Don't allow infinite error/warning recursion.  */
   {
-    static char msg[] = "Recursive internal problem.\n";
+    static const char msg[] = "Recursive internal problem.\n";
 
     switch (dejavu)
       {
This page took 0.023938 seconds and 4 git commands to generate.