Fix various minor warnings.

This commit is contained in:
Unknown W. Brackets
2016-03-20 14:17:51 -07:00
parent 87eadad326
commit ef1dc583a2
9 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -1656,7 +1656,7 @@ static void __ReportThreadQueueEmpty() {
int idleStatus1 = -1;
if (idleThread1) {
idleThread1->GetQuickInfo(idleDescription1, sizeof(idleDescription1));
idleStatus1 = idleThread0->nt.status;
idleStatus1 = idleThread1->nt.status;
} else {
sprintf(idleDescription1, "DELETED");
}