commit 707efa2

Devine Lu Linvega  ·  2022-06-13 19:07:49 +0000 UTC
parent 1d01e74
Removed unecessary struct
2 files changed,  +2, -2
+1, -1
1@@ -63,7 +63,7 @@ console_deo(Uint8 *d, Uint8 port)
2 }
3 
4 static Uint8
5-emu_dei(struct Uxn *u, Uint8 addr)
6+emu_dei(Uxn *u, Uint8 addr)
7 {
8 	Uint8 p = addr & 0x0f, d = addr & 0xf0;
9 	switch(d) {
+1, -1
1@@ -44,7 +44,7 @@ console_deo(Uint8 *d, Uint8 port)
2 }
3 
4 static Uint8
5-emu_dei(struct Uxn *u, Uint8 addr)
6+emu_dei(Uxn *u, Uint8 addr)
7 {
8 	Uint8 p = addr & 0x0f, d = addr & 0xf0;
9 	switch(d) {