uxn

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

commit fef8806493b71113a93493ab2b8c383bc1c46bf4
parent 314dd5a4319494a821f50088df781bf66fd9670b
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Sun,  6 Mar 2022 18:02:22 +0000

Fix comment at end of uxn.h.

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

diff --git a/src/uxn.h b/src/uxn.h @@ -49,4 +49,4 @@ int uxn_boot(Uxn *u, Uint8 *ram); int uxn_eval(Uxn *u, Uint16 pc); int uxn_halt(Uxn *u, Uint8 error, Uint16 addr); Device *uxn_port(Uxn *u, Uint8 id, Uint8 (*deifn)(Device *, Uint8), void (*deofn)(Device *, Uint8)); -#endif // UXN_UXN_H +#endif /* UXN_UXN_H */