commit f8c7e44ea1f64dab202fbd7bf162b44dc8b4377f parent d7f96acb93742744fec32ba667a4b4438dcf90cf Author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> Date: Thu, 21 Sep 2023 17:13:17 +0000 console: add a newline at eof Diffstat:
M | src/devices/console.c | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/devices/console.c b/src/devices/console.c @@ -47,4 +47,4 @@ console_deo(Uint8 *d, Uint8 port) fflush(stderr); return; } -} -\ No newline at end of file +}