mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-10-31 19:42:39 +00:00
Fix comment at end of uxn.h.
This commit is contained in:
parent
314dd5a431
commit
fef8806493
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue