Browse code

Fix comment at end of uxn.h.

Andrew Alderwick authored on 06/03/2022 18:02:22
Showing 1 changed files
... ...
@@ -49,4 +49,4 @@ int uxn_boot(Uxn *u, Uint8 *ram);
49 49
 int uxn_eval(Uxn *u, Uint16 pc);
50 50
 int uxn_halt(Uxn *u, Uint8 error, Uint16 addr);
51 51
 Device *uxn_port(Uxn *u, Uint8 id, Uint8 (*deifn)(Device *, Uint8), void (*deofn)(Device *, Uint8));
52
-#endif // UXN_UXN_H
52
+#endif /* UXN_UXN_H */