uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 621e674a9abbb374ff3fe9239b1d08cd8868a79b
parent b324bac097bc5b8acf77e8606f71ac6609bb893a
Author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
Date:   Sun, 19 Jan 2025 16:04:41 +0000

fix 9front build: there is always must be an EOL

Diffstat:
Msrc/devices/system.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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);