mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
top(1): correct assertion
This commit is contained in:
parent
e59ba74961
commit
cc11473037
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335360
@ -1169,7 +1169,7 @@ main(int argc, char *argv[])
|
||||
clear_message();
|
||||
break;
|
||||
case CMD_NONE:
|
||||
assert("reached switch without command");
|
||||
assert(false && "reached switch without command");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user