From be3676ef9a7026d4a278852188793fd2fd99b86f Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 11 Sep 2008 14:07:02 +0000 Subject: [PATCH] Fix typo. SVN revision: 35951 --- legacy/eet/src/lib/eet_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eet/src/lib/eet_lib.c b/legacy/eet/src/lib/eet_lib.c index 3dbb5bca05..d6c8dce4c7 100644 --- a/legacy/eet/src/lib/eet_lib.c +++ b/legacy/eet/src/lib/eet_lib.c @@ -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