Skip to content

Commit

Permalink
Add missing return statement (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
rh101 authored Feb 6, 2024
1 parent 5f747b9 commit b4877b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/cpp-template-default/proj.win32/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdL
#ifdef USE_WIN32_CONSOLE
FreeConsole();
#endif

return ret;
}

0 comments on commit b4877b4

Please sign in to comment.