Add "const" to a few locals in gdb
[deliverable/binutils-gdb.git] / gdb / main.c
index 61644cd0d7d4d030a52c396691f8c94b9d79435b..1552e95f4cd222d0222e8b70c9ae4d71b7157882 100644 (file)
@@ -208,7 +208,7 @@ get_init_files (const char **system_gdbinit,
   if (!initialized)
     {
       struct stat homebuf, cwdbuf, s;
-      char *homedir;
+      const char *homedir;
 
       if (SYSTEM_GDBINIT[0])
        {
This page took 0.025306 seconds and 4 git commands to generate.