Cleanup formatting
This commit is contained in:
parent
f8f881d41a
commit
7f88196d3e
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue