Fix typo in the typo.

SVN revision: 35957
This commit is contained in:
Cedric BAIL 2008-09-11 14:49:47 +00:00
parent 41d40ee473
commit ac440b9533
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), ef) 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