silence a warning
This commit is contained in:
parent
53a1b20433
commit
4dfd12c346
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user