Rename _const functions to use overloading instead
[deliverable/binutils-gdb.git] / gdb / serial.c
index 01294d1ebd5303db6189c2be9bb4e5d81f771c4e..91fdcbb3677a94f16fd30aa3cb7a53a20d473708 100644 (file)
@@ -212,7 +212,7 @@ serial_open (const char *name)
       ops = serial_interface_lookup ("pipe");
       /* Discard ``|'' and any space before the command itself.  */
       ++open_name;
-      open_name = skip_spaces_const (open_name);
+      open_name = skip_spaces (open_name);
     }
   /* Check for a colon, suggesting an IP address/port pair.
      Do this *after* checking for all the interesting prefixes.  We
This page took 0.039261 seconds and 4 git commands to generate.