top(1): correct assertion

This commit is contained in:
Eitan Adler 2018-06-19 05:01:07 +00:00
parent e59ba74961
commit cc11473037

View File

@ -1169,7 +1169,7 @@ restart:
clear_message();
break;
case CMD_NONE:
assert("reached switch without command");
assert(false && "reached switch without command");
}
}
}