From 158d724f503274b19152dc73ff518c14525f3600 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sun, 24 Mar 2013 11:00:19 +0100 Subject: Fix syntax-check warnings. --- lib/ASN1.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ASN1.c b/lib/ASN1.c index 174e3a6..f9a9d18 100644 --- a/lib/ASN1.c +++ b/lib/ASN1.c @@ -3285,8 +3285,7 @@ _asn1_yyerror (const char *s) { snprintf (last_error_token, sizeof(last_error_token), "%s", last_token); - fprintf(stderr, - "%s:%u: Warning: %s is a built-in ASN.1 type.\n", + fprintf(stderr, "%s:%u: Warning: %s is a built-in ASN.1 type.\n", file_name, line_number, last_token); return; } -- cgit v1.2.1