summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2013-03-24 11:00:19 +0100
committerSimon Josefsson <simon@josefsson.org>2013-03-24 11:00:19 +0100
commit158d724f503274b19152dc73ff518c14525f3600 (patch)
treee40c1e6605c6e429bbaee96e815f2fba0eb334c1
parentdc1b1515bf4f58b526326e004982965d9bee2e9e (diff)
downloadlibtasn1_3_3.tar.gz
Fix syntax-check warnings.libtasn1_3_3
-rw-r--r--lib/ASN1.c3
1 files changed, 1 insertions, 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;
}