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
1 changed files with 1 additions and 1 deletions

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);
}
}