Minor formatting

This commit is contained in:
Eric Andersen 2002-04-26 08:00:33 +00:00
parent ed8e036360
commit 8db361b3e5

View File

@ -533,7 +533,8 @@ static void telopt(byte c)
putiac_naws(c, win_width, win_height); putiac_naws(c, win_width, win_height);
break; break;
#endif #endif
default: to_notsup(c); break; default: to_notsup(c);
break;
} }
} }