From dd85c73fa3fe51da82a80c894cfd50792faee3c6 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 9 Jan 2018 09:26:54 -0800 Subject: [PATCH] texdiag: Minor fix --- Texdiag/texdiag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Texdiag/texdiag.cpp b/Texdiag/texdiag.cpp index ed5d7b6..518ce79 100644 --- a/Texdiag/texdiag.cpp +++ b/Texdiag/texdiag.cpp @@ -440,7 +440,7 @@ namespace if ((DXGI_FORMAT)pFormat->dwValue == Format) { wprintf(pFormat->pName); - break; + return; } }