From c9f5df1e1eda992282a3a71f67237d3f245be884 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 2 Jul 2022 16:59:03 +0100 Subject: [PATCH] Fix typo in log msg --- source/Windows/AppleWin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Windows/AppleWin.cpp b/source/Windows/AppleWin.cpp index 75f56598..d72267fc 100644 --- a/source/Windows/AppleWin.cpp +++ b/source/Windows/AppleWin.cpp @@ -806,7 +806,7 @@ static void RepeatInitialization(void) res = GetFrame().GetBestDisplayResolutionForFullScreen(bestWidth, bestHeight, g_cmdLine.userSpecifiedWidth, g_cmdLine.userSpecifiedHeight); if (res) - LogFileOutput("Best resolution for -fs-height/height=x switch(es): Width=%d, Height=%d\n", bestWidth, bestHeight); + LogFileOutput("Best resolution for -fs-width/height=x switch(es): Width=%d, Height=%d\n", bestWidth, bestHeight); else LogFileOutput("Failed to set parameter for -fs-width/height=x switch(es)\n"); }