aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/show-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'show-parse.c')
-rw-r--r--show-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/show-parse.c b/show-parse.c
index 0546a7b9..3ab8ec8f 100644
--- a/show-parse.c
+++ b/show-parse.c
@@ -181,7 +181,7 @@ static void show_struct_member(struct symbol *sym)
printf("\n");
}
-void show_symbol_list(struct symbol_list *list, const char *sep)
+void show_symbol_list(struct symbol_list *list)
{
struct symbol *sym;
const char *prepend = "";