mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-27 00:03:00 +00:00
remove nonsense return 0
This commit is contained in:
parent
9f4e85b1b3
commit
c11dcc3771
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ emu_dei(Uxn *u, Uint8 addr)
|
|||
case 0xc0: return datetime_dei(&u->dev[d], p);
|
||||
}
|
||||
return u->dev[addr];
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue