From 621e674a9abbb374ff3fe9239b1d08cd8868a79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Sun, 19 Jan 2025 16:04:41 +0000 Subject: [PATCH] fix 9front build: there is always must be an EOL --- src/devices/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/system.h b/src/devices/system.h index a51a4c1..c957d84 100644 --- a/src/devices/system.h +++ b/src/devices/system.h @@ -18,4 +18,4 @@ int system_error(char *msg, const char *err); int system_boot(Uint8 *ram, char *rom); Uint8 system_dei(Uint8 addr); -void system_deo(Uint8 addr); \ No newline at end of file +void system_deo(Uint8 addr);