From 716f248dcd69ff9c1adbf6140a7028b0dc19641c Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 12 Jul 2005 13:43:00 +0000 Subject: [PATCH] Trailing trace. --- src/symlist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/symlist.c b/src/symlist.c index 3615626..662f1f7 100644 --- a/src/symlist.c +++ b/src/symlist.c @@ -118,7 +118,6 @@ symbol_list_n_type_name_get (symbol_list *rp, location loc, int n) if (rp == NULL || rp->sym == NULL) { complain_at (loc, _("invalid $ value: $%d"), n); - fprintf (stderr, "\n"); return NULL; } ++i; -- 2.7.4