Commit b2e94d62 authored by Valmiky Arquissandas's avatar Valmiky Arquissandas
Browse files

Fixed a wrong attribution.

parent 64e0d945
...@@ -540,8 +540,6 @@ static void Process_writeField(Process* this, RichString* str, ProcessField fiel ...@@ -540,8 +540,6 @@ static void Process_writeField(Process* this, RichString* str, ProcessField fiel
case 'D': case 'D':
attr = CRT_colors[PROCESS_D_STATE]; attr = CRT_colors[PROCESS_D_STATE];
break; break;
default:
attr = this->state;
} }
break; break;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment