From 966efc66c16ac4241ed5bceb637af0f86559b2dc Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sun, 28 Mar 2021 16:32:42 +0200 Subject: [PATCH] Fixed: duplicate rc == EOF --- src/templates_text/templator_text.org | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/templates_text/templator_text.org b/src/templates_text/templator_text.org index 989368a..62f1a23 100644 --- a/src/templates_text/templator_text.org +++ b/src/templates_text/templator_text.org @@ -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; } }