1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-26 12:17:25 +00:00

Compiler identified issues in AltairZ80 simulator

This commit is contained in:
Mark Pizzolato
2013-04-12 06:39:28 -07:00
parent 1936f7ff75
commit 414cf3335f
10 changed files with 69 additions and 70 deletions

View File

@@ -285,7 +285,7 @@ static t_stat disk2_attach(UNIT *uptr, char *cptr)
/* Detach routine */
t_stat disk2_detach(UNIT *uptr)
static t_stat disk2_detach(UNIT *uptr)
{
t_stat r;
int8 i;