top(1): correct assertion
This commit is contained in:
parent
e59ba74961
commit
cc11473037
@ -1169,7 +1169,7 @@ restart:
|
||||
clear_message();
|
||||
break;
|
||||
case CMD_NONE:
|
||||
assert("reached switch without command");
|
||||
assert(false && "reached switch without command");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user