Shut Travis up.

This commit is contained in:
gibbed 2018-05-30 10:09:19 -05:00
parent 6e000039e8
commit 8a099925f3
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ void CommandProcessor::MakeCoherent() {
return; return;
} }
char* action = "N/A"; const char* action = "N/A";
if (status_host & 0x03000000) { if (status_host & 0x03000000) {
action = "VC | TC"; action = "VC | TC";
} else if (status_host & 0x02000000) { } else if (status_host & 0x02000000) {