Skip to content

Commit

Permalink
FIX: missing #endif in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Nov 21, 2018
1 parent 93aa81b commit 334a0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os/posix/dev-stdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ static void Close_Stdio(void)
req->console.buffer_rows = w.uw_height / w.uw_vs;
req->console.window_cols =
req->console.buffer_cols = w.uw_width / w.uw_hs;
#endif
#endif
return DR_DONE;
}
Expand Down

0 comments on commit 334a0b2

Please sign in to comment.