From f8c7e44ea1f64dab202fbd7bf162b44dc8b4377f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Thu, 21 Sep 2023 17:13:17 +0000 Subject: [PATCH] console: add a newline at eof --- src/devices/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/console.c b/src/devices/console.c index a699f2d..ceb45be 100644 --- 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 +}