From ac440b95335e05fc3c64732e3a7c9f64d5043588 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 11 Sep 2008 14:49:47 +0000 Subject: [PATCH] Fix typo in the typo. SVN revision: 35957 --- 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 d6c8dce4c7..1b1165566c 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), 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