From 343ac34c707d3b613fb7cdcca27f0f78cc4e8cbe Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 29 Jun 2023 20:41:18 +0200 Subject: [PATCH] Code formatting OCD fix --- es-pdf-converter/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-pdf-converter/src/main.cpp b/es-pdf-converter/src/main.cpp index 3358ca902..404a6d787 100644 --- a/es-pdf-converter/src/main.cpp +++ b/es-pdf-converter/src/main.cpp @@ -32,7 +32,7 @@ int wmain(int argc, wchar_t* argv[]) int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) { wchar_t** argv {__wargv}; - int argc = __argc; + int argc {__argc}; #endif HANDLE stdoutHandle {GetStdHandle(STD_OUTPUT_HANDLE)};