remove now unneeded {} block in switch

This commit is contained in:
nhmall
2022-06-25 09:32:10 -04:00
parent 87475e2dda
commit b60dae1706

View File

@@ -3655,7 +3655,7 @@ tty_update_invent_slot(
/* sparse isn't needed port-side */
switch(pi->fromcore.core_request) {
case request_settings: {
case request_settings:
pi->tocore = zero_tocore;
tty_ok = assesstty(ttyinvmode,
&offx, &offy, &rows, &cols,
@@ -3672,7 +3672,6 @@ tty_update_invent_slot(
pi->tocore.maxslot = maxslot;
return pi;
break;
}
case update_slot:
if ((cw = wins[window]) == (struct WinDesc *) 0)
panic(winpanicstr, window);