diff options
Diffstat (limited to 'gdb/cli/cli-cmds.c')
-rw-r--r-- | gdb/cli/cli-cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index dcb8ece..fdeb8db 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -483,7 +483,7 @@ Script filename extension recognition is \"%s\".\n"), NOTE: This calls openp which uses xfullpath to compute the full path instead of gdb_realpath. Symbolic links are not resolved. */ -static int +int find_and_open_script (const char *script_file, int search_path, FILE **streamp, char **full_pathp) { |