diff --git a/src/uxn.h b/src/uxn.h index 2e7bc82..4580be5 100644 --- 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 */