aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/uithread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/uithread.cpp')
-rw-r--r--src/burn/engine/uithread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/uithread.cpp b/src/burn/engine/uithread.cpp
index cdd8613c..fe1c21b8 100644
--- a/src/burn/engine/uithread.cpp
+++ b/src/burn/engine/uithread.cpp
@@ -98,7 +98,7 @@ static DWORD WINAPI ThreadProc(
98 UITHREAD_INFO info = { }; 98 UITHREAD_INFO info = { };
99 99
100 WNDCLASSW wc = { }; 100 WNDCLASSW wc = { };
101 BOOL fRegistered = TRUE; 101 BOOL fRegistered = FALSE;
102 HWND hWnd = NULL; 102 HWND hWnd = NULL;
103 103
104 BOOL fRet = FALSE; 104 BOOL fRet = FALSE;