diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index abaeca2962d0..5a8c311bebdd 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -1169,7 +1169,7 @@ restart: clear_message(); break; case CMD_NONE: - assert("reached switch without command"); + assert(false && "reached switch without command"); } } }