Fixed a wrong attribution.

This commit is contained in:
Valmiky Arquissandas 2014-10-14 02:48:17 +01:00
parent 64e0d9452d
commit b2e94d626d
1 changed files with 0 additions and 2 deletions

View File

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