diff options
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index d778282..10d5c95 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1990,7 +1990,7 @@ windows_nat_target::attach (const char *args, int from_tty) if (from_tty) { - char *exec_file = (char *) get_exec_file (0); + const char *exec_file = get_exec_file (0); if (exec_file) printf_unfiltered ("Attaching to program `%s', %s\n", exec_file, |