mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix compilation (as hinted by Alex).
svn path=/trunk/; revision=16828
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user