mirror of
https://github.com/aristocratos/btop.git
synced 2026-01-26 23:16:43 -05:00
fix warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user