Change ARI usage to GNU style
[deliverable/binutils-gdb.git] / gdb / source.c
index d9cd5f32caf68e70fbb99d4e08f2a9ced945966f..2ec3fbe7054eb14a6a3451e912dc9bbe4ecbcb45 100644 (file)
@@ -679,7 +679,7 @@ info_source_command (const char *ignore, int from_tty)
    letters (for dos) as well as leading '/' characters and './'
    sequences.  */
 
-const char *
+static const char *
 prepare_path_for_appending (const char *path)
 {
   /* For dos paths, d:/foo -> /foo, and d:foo -> foo.  */
This page took 0.026091 seconds and 4 git commands to generate.