texdiag: Minor fix

This commit is contained in:
Chuck Walbourn 2018-01-09 09:26:54 -08:00
parent cb019d89ca
commit dd85c73fa3

View File

@ -440,7 +440,7 @@ namespace
if ((DXGI_FORMAT)pFormat->dwValue == Format) if ((DXGI_FORMAT)pFormat->dwValue == Format)
{ {
wprintf(pFormat->pName); wprintf(pFormat->pName);
break; return;
} }
} }