diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index dbd1412..91f0765 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -2724,7 +2724,7 @@ deduce_language_from_filename (const char *filename) */ struct symtab * -allocate_symtab (char *filename, struct objfile *objfile) +allocate_symtab (const char *filename, struct objfile *objfile) { struct symtab *symtab; |