mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-07 16:31:00 +00:00
Cleanup formatting
This commit is contained in:
parent
f8f881d41a
commit
7f88196d3e
@ -989,10 +989,11 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
|
|||||||
|
|
||||||
lpCmdLine = GetCurrArg(lpNextArg);
|
lpCmdLine = GetCurrArg(lpNextArg);
|
||||||
lpNextArg = GetNextArg(lpNextArg);
|
lpNextArg = GetNextArg(lpNextArg);
|
||||||
g_uMaxExPages = atoi(lpCmdLine);
|
g_uMaxExPages = atoi(lpCmdLine);
|
||||||
if (g_uMaxExPages > kMaxExMemoryBanks)
|
if (g_uMaxExPages > kMaxExMemoryBanks)
|
||||||
g_uMaxExPages = kMaxExMemoryBanks;
|
g_uMaxExPages = kMaxExMemoryBanks;
|
||||||
else if (g_uMaxExPages < 1)
|
else
|
||||||
|
if (g_uMaxExPages < 1)
|
||||||
g_uMaxExPages = 1;
|
g_uMaxExPages = 1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user