Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
plzombie committed Mar 26, 2023
1 parent ee5ae71 commit df594ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iuliia-c-frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ int main(int argc, char** argv)
f_output = stdout;

while(!feof(f_input)) {
FGETS(original_text, f_input);
if(!FGETS(original_text, f_input)) break;

translated_text = IULIIATRANSLATE(original_text, scheme);
if(!translated_text) {
Expand Down

0 comments on commit df594ca

Please sign in to comment.