top(1): correct assertion

This commit is contained in:
Eitan Adler 2018-06-19 05:01:07 +00:00
parent e59ba74961
commit cc11473037
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335360

View File

@ -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");
}
}
}