From 4dfd12c346ddaa0679a613780011b94891b07786 Mon Sep 17 00:00:00 2001 From: Thomas BERNARD Date: Tue, 27 Nov 2018 10:52:29 +0100 Subject: [PATCH] silence a warning --- src/miscfileformats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miscfileformats.c b/src/miscfileformats.c index 95c0b3a8..10072f7a 100644 --- a/src/miscfileformats.c +++ b/src/miscfileformats.c @@ -2084,7 +2084,7 @@ void Test_NEO(T_IO_Context * context, FILE * file) // Vérification de la taille size=File_length_file(file); - if ((size==32128)) + if (size==32128) { // Flag word : toujours 0 if (Read_word_le(file,&resolution))