uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit e12e07e457605003e181d9361f42170fa6d97df2
parent 2b1e7fe20fae1cf054d198daa6c057ce46f26bf3
Author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
Date:   Wed, 29 Dec 2021 18:58:31 +0100

mouse.c: add newline at eof

Diffstat:
Msrc/devices/mouse.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/devices/mouse.c b/src/devices/mouse.c @@ -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); -} -\ No newline at end of file +}