constify to_attach
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
index 16f4efb65770f9f1a91c64671b57c488f15deab6..e912fa465bbbd6c68463c51fb0ad9d2b36537e2c 100644 (file)
@@ -1834,7 +1834,7 @@ out:
 
 /* Attach to process PID, then initialize for debugging it.  */
 static void
-windows_attach (struct target_ops *ops, char *args, int from_tty)
+windows_attach (struct target_ops *ops, const char *args, int from_tty)
 {
   BOOL ok;
   DWORD pid;
This page took 0.026635 seconds and 4 git commands to generate.