0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-24 06:45:11 +00:00

mouse.c: add newline at eof

This commit is contained in:
Sigrid Solveig Haflínudóttir 2021-12-29 18:58:31 +01:00
parent 2b1e7fe20f
commit e12e07e457

View file

@ -43,4 +43,4 @@ mouse_scroll(Device *d, Uint16 x, Uint16 y)
uxn_eval(d->u, d->vector);
poke16(d->dat, 0xa, 0);
poke16(d->dat, 0xc, 0);
}
}