Rename _const functions to use overloading instead
[deliverable/binutils-gdb.git] / gdb / disasm.c
index 5f22e789016cf7bf9728f17805332d056f73b37d..cdab1814842bebd5ea73a6bdd80f0fd91182afe1 100644 (file)
@@ -1044,7 +1044,7 @@ disassembler_options_completer (struct cmd_list_element *ignore,
       const char *separator = strrchr (text, ',');
       if (separator != NULL)
        text = separator + 1;
-      text = skip_spaces_const (text);
+      text = skip_spaces (text);
       complete_on_enum (tracker, opts->name, text, word);
     }
 }
This page took 0.022659 seconds and 4 git commands to generate.