Browse code

mouse.c: add newline at eof

Sigrid Solveig Haflínudóttir authored on 29/12/2021 17:58:31
Showing 1 changed files
... ...
@@ -43,4 +43,4 @@ mouse_scroll(Device *d, Uint16 x, Uint16 y)
43 43
 	uxn_eval(d->u, d->vector);
44 44
 	poke16(d->dat, 0xa, 0);
45 45
 	poke16(d->dat, 0xc, 0);
46
-}
47 46
\ No newline at end of file
47
+}