From 7f88196d3e31245716ad0bbc78e8f6f5d0b17ba8 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 27 Apr 2017 14:59:41 -0700 Subject: [PATCH] Cleanup formatting --- source/Applewin.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/Applewin.cpp b/source/Applewin.cpp index 5fb1015a..052e1473 100644 --- a/source/Applewin.cpp +++ b/source/Applewin.cpp @@ -989,10 +989,11 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int) lpCmdLine = GetCurrArg(lpNextArg); lpNextArg = GetNextArg(lpNextArg); - g_uMaxExPages = atoi(lpCmdLine); + g_uMaxExPages = atoi(lpCmdLine); if (g_uMaxExPages > kMaxExMemoryBanks) g_uMaxExPages = kMaxExMemoryBanks; - else if (g_uMaxExPages < 1) + else + if (g_uMaxExPages < 1) g_uMaxExPages = 1; } #endif