uxn

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

commit 72356912e7d92532fa3b3ef66198e92da4ca6591
parent 5d094603b01d61025055328438803292e4bd7fa4
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Tue, 17 Aug 2021 20:34:21 +0100

Filtered through clang-format

Diffstat:
Msrc/uxncli.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uxncli.c b/src/uxncli.c @@ -133,7 +133,7 @@ static void run(Uxn *u) { uxn_eval(u, PAGE_PROGRAM); - while((!u->dev[0].dat[0xf]) && (read(0, &devconsole->dat[0x2], 1) > 0)) + while((!u->dev[0].dat[0xf]) && (read(0, &devconsole->dat[0x2], 1) > 0)) uxn_eval(u, mempeek16(devconsole->dat, 0)); }