aboutsummaryrefslogtreecommitdiffstats
path: root/src/uxn/uxn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uxn/uxn.c')
-rw-r--r--src/uxn/uxn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uxn/uxn.c b/src/uxn/uxn.c
index 8ae5586..e8ae9f7 100644
--- a/src/uxn/uxn.c
+++ b/src/uxn/uxn.c
@@ -3763,5 +3763,6 @@ portuxn(Uxn *u, Uint8 id, char *name, void (*talkfn)(Device *d, Uint8 b0, Uint8
3763 d->u = u; 3763 d->u = u;
3764 d->mem = u->ram.dat; 3764 d->mem = u->ram.dat;
3765 d->talk = talkfn; 3765 d->talk = talkfn;
3766 (void)name;
3766 return d; 3767 return d;
3767} 3768}