fix warning

This commit is contained in:
Jos Dehaes 2021-10-06 22:45:54 +02:00
parent 489e446152
commit 60c5636cd7

View file

@ -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