Fix compilation (as hinted by Alex).

svn path=/trunk/; revision=16828
This commit is contained in:
Emanuele Aliberti 2005-07-28 11:48:58 +00:00
parent 509048a223
commit ab051595b1

View file

@ -248,7 +248,7 @@ CSR_API(CsrAllocConsole)
Request->Status = STATUS_SUCCESS;
/* If we don't need a console, then get out of here */
if (!Request->Data.AllocConsoleRequest.ConsoleNotNeeded)
if (!Request->Data.AllocConsoleRequest.ConsoleNeeded)
{
DPRINT1("No console needed\n");
return STATUS_SUCCESS;