Fix typo.

SVN revision: 35951
This commit is contained in:
Cedric BAIL 2008-09-11 14:07:02 +00:00
parent d748ced8e1
commit be3676ef9a
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ eet_internal_read2(Eet_File *ef)
buffer, ef->data_size - signature_base_offset,
&ef->x509_length);
if (eet_test_close(ef->x509_der == NULL)) return NULL;
if (eet_test_close(ef->x509_der == NULL), ef) return NULL;
#else
fprintf(stderr, "This file could be signed but you didn't compile the necessary code to check the signature.\n");
#endif