diff options
author | Simon Josefsson <simon@josefsson.org> | 2013-03-24 11:00:19 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2013-03-24 11:00:19 +0100 |
commit | 158d724f503274b19152dc73ff518c14525f3600 (patch) | |
tree | e40c1e6605c6e429bbaee96e815f2fba0eb334c1 /lib | |
parent | dc1b1515bf4f58b526326e004982965d9bee2e9e (diff) | |
download | libtasn1-158d724f503274b19152dc73ff518c14525f3600.tar.gz libtasn1-158d724f503274b19152dc73ff518c14525f3600.tar.bz2 libtasn1-158d724f503274b19152dc73ff518c14525f3600.zip |
Fix syntax-check warnings.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ASN1.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; } |