diff --git a/src/osx/btop_collect.cpp b/src/osx/btop_collect.cpp index 338654e..789158a 100644 --- a/src/osx/btop_collect.cpp +++ b/src/osx/btop_collect.cpp @@ -919,6 +919,7 @@ namespace Proc { if (s & SIDL) return "Idle"; if (s & SSTOP) return "Stopped"; if (s & SZOMB) return "Zombie"; + return "Unknown"; } //* Get detailed info for selected process