diff options
author | Simon Josefsson <simon@josefsson.org> | 2013-03-24 10:54:53 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2013-03-24 10:57:17 +0100 |
commit | 661f3b91335ed8c57abfe2713464694cb4da3d05 (patch) | |
tree | 02d707d2241b3dd06b271c2fd37c9b4fee2c9c4f /lib/ASN1.y | |
parent | c81c317e46b8390cf454129b5bcf2923fcf783ae (diff) | |
download | libtasn1-661f3b91335ed8c57abfe2713464694cb4da3d05.tar.gz libtasn1-661f3b91335ed8c57abfe2713464694cb4da3d05.tar.bz2 libtasn1-661f3b91335ed8c57abfe2713464694cb4da3d05.zip |
Fix syntax-check warnings.
Diffstat (limited to 'lib/ASN1.y')
-rw-r--r-- | lib/ASN1.y | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -871,8 +871,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; } |