mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-02-04 11:33:55 +00:00
Add exit on unexpected request
This commit is contained in:
parent
efdff1ce02
commit
5b6cfc7763
@ -793,6 +793,8 @@ void main(int argc, char **argv)
|
|||||||
finreq(a2fd, (unsigned char)iopkt[0], (unsigned char)iopkt[1]);
|
finreq(a2fd, (unsigned char)iopkt[0], (unsigned char)iopkt[1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
stop = TRUE;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
prlog("a2pid: Unknown Event\n");
|
prlog("a2pid: Unknown Event\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user