From b2e94d626d8f23722074cf0df59a81ef842f8f7a Mon Sep 17 00:00:00 2001 From: Valmiky Arquissandas Date: Tue, 14 Oct 2014 02:48:17 +0100 Subject: [PATCH] Fixed a wrong attribution. --- Process.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Process.c b/Process.c index a4680ff3..5501b3e9 100644 --- a/Process.c +++ b/Process.c @@ -540,8 +540,6 @@ static void Process_writeField(Process* this, RichString* str, ProcessField fiel case 'D': attr = CRT_colors[PROCESS_D_STATE]; break; - default: - attr = this->state; } break; }