1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 18:57:39 +02:00

Fixed: duplicate rc == EOF

This commit is contained in:
Anthony Scemama 2021-03-28 16:32:42 +02:00
parent 000aad336c
commit 966efc66c1

View File

@ -901,8 +901,6 @@ trexio_exit_code trexio_text_buffered_read_rdm_two_e(const trexio_t* file, const
/* Do nothing */
} else if (rc == EOF) {
return TREXIO_END;
} else if (rc == EOF) {
return TREXIO_FAILURE;
}
}