constify to_open
[deliverable/binutils-gdb.git] / gdb / record-btrace.c
index e48ad615ffbb81dd3a55b281cc27d8c56566e9f2..430c7957d7b45bdfb0f1985b542ed7f68e2e0b15 100644 (file)
@@ -188,7 +188,7 @@ record_btrace_handle_async_inferior_event (gdb_client_data data)
 /* The to_open method of target record-btrace.  */
 
 static void
-record_btrace_open (char *args, int from_tty)
+record_btrace_open (const char *args, int from_tty)
 {
   struct cleanup *disable_chain;
   struct thread_info *tp;
This page took 0.024827 seconds and 4 git commands to generate.