diff options
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/source.c b/gdb/source.c index 31e104f..bd11c63 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -1081,7 +1081,7 @@ open_source_file (struct symtab *s) If this function fails to find the file that this symtab represents, NULL will be returned and s->fullname will be set to NULL. */ -char * +const char * symtab_to_fullname (struct symtab *s) { int r; |