mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 15:27:04 +00:00
I7000: Removed stray tab character.
This commit is contained in:
parent
74b61bf858
commit
4ea6dd83b6
@ -1263,7 +1263,7 @@ chan_cmd(uint16 dev, uint16 dcmd)
|
||||
if ((chan_flags[chan] & (DEV_WRITE)) == (DEV_WRITE) ||
|
||||
(chan_flags[chan] & (DEV_FULL)) == (DEV_FULL))
|
||||
chan_flags[chan] |= DEV_DISCO | DEV_WEOR;
|
||||
return SCPE_BUSY;
|
||||
return SCPE_BUSY;
|
||||
}
|
||||
/* Unit is busy doing something, wait */
|
||||
if (chan_flags[chan] & (DEV_SEL | DEV_DISCO | STA_TWAIT | STA_WAIT))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user