Fix updater.cpp.

This commit is contained in:
2023-11-07 17:41:25 +03:00
parent 049375a2d7
commit 4299d9b89f

View File

@@ -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__));