Fix copy paste bug. Patch by r3ddr4g0n

svn path=/trunk/; revision=52377
This commit is contained in:
Timo Kreuzer 2011-06-20 09:18:42 +00:00
parent 6472b891d1
commit 8d5a792eb8

View file

@ -209,7 +209,7 @@ wmain(VOID)
pExpungeConsoleCommandHistoryW = (ExpungeConsoleCommandHistoryW_t)GetProcAddress( hKernel32, "ExpungeConsoleCommandHistoryW");
assert(pGetConsoleCommandHistoryW && pGetConsoleCommandHistoryLengthW &&
pSetConsoleNumberOfCommandsW && pSetConsoleNumberOfCommandsW);
pSetConsoleNumberOfCommandsW && pExpungeConsoleCommandHistoryW);
/* Skip the application name */
GetArg(&pArgStart, &pArgEnd);