mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
devfloppy: fix unreachable code warning after cmderror()
This commit is contained in:
parent
41d0149194
commit
ac0af7f9bf
1 changed files with 0 additions and 1 deletions
|
@ -960,7 +960,6 @@ floppyformat(FDrive *dp, Cmdbuf *cb)
|
|||
t = dp->t;
|
||||
} else {
|
||||
cmderror(cb, "invalid floppy format command");
|
||||
SET(t);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue