Skip to content

Commit

Permalink
Remove second setvbuf
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickWrite committed Nov 25, 2024
1 parent 7c4e7a6 commit 78182a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ int main(const int argc, const char** const argv) {
fprintf(stderr, "A file path has to be provided: `tau <path>`\n");
return 1;
}
setvbuf(stdout, NULL, _IOLBF, 0);

struct TuringMachine* machine = parse(argv[1]);

Expand Down

0 comments on commit 78182a5

Please sign in to comment.