Skip to content

Commit 334a0b2

Browse files
committed
FIX: missing #endif in the previous commit
1 parent 93aa81b commit 334a0b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/os/posix/dev-stdio.c

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ static void Close_Stdio(void)
293293
req->console.buffer_rows = w.uw_height / w.uw_vs;
294294
req->console.window_cols =
295295
req->console.buffer_cols = w.uw_width / w.uw_hs;
296+
#endif
296297
#endif
297298
return DR_DONE;
298299
}

0 commit comments

Comments
 (0)