From 4299d9b89f2247ffe8c3af0c7b8c8192f95d5885 Mon Sep 17 00:00:00 2001 From: dreamforceinc Date: Tue, 7 Nov 2023 17:41:25 +0300 Subject: [PATCH] Fix updater.cpp. --- wCenterWindow/updater.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/wCenterWindow/updater.cpp b/wCenterWindow/updater.cpp index 3d8b2a4..b39c380 100644 --- a/wCenterWindow/updater.cpp +++ b/wCenterWindow/updater.cpp @@ -108,7 +108,6 @@ DWORD WINAPI Updater(LPVOID) else { LOG_TO_FILE(L"[UPDT] %s(%d): No updates is available", TEXT(__FUNCTION__), __LINE__); - return 104; } LOG_TO_FILE(L"[UPDT] Exit from the %s() function", TEXT(__FUNCTION__));