summaryrefslogtreecommitdiff
path: root/src/symlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/symlist.c')
-rw-r--r--src/symlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/symlist.c b/src/symlist.c
index d8514636..109c27c9 100644
--- a/src/symlist.c
+++ b/src/symlist.c
@@ -190,7 +190,7 @@ symbol_list_n_get (symbol_list *l, int n)
`--------------------------------------------------------------*/
uniqstr
-symbol_list_n_type_name_get (symbol_list *l, location loc, int n)
+symbol_list_n_type_name_get (symbol_list *l, int n)
{
return symbol_list_n_get (l, n)->content.sym->type_name;
}