Constify add_info
[deliverable/binutils-gdb.git] / gdb / osdata.c
index 276d22427a62a908fdf1650780150425ace95e8a..a8b106b2a794c347a4b58cfb0cbc1c4f4bfd94f4 100644 (file)
@@ -405,7 +405,7 @@ info_osdata (const char *type)
 }
 
 static void
-info_osdata_command (char *arg, int from_tty)
+info_osdata_command (const char *arg, int from_tty)
 {
   info_osdata (arg);
 }
This page took 0.081205 seconds and 4 git commands to generate.