mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix compilation (as hinted by Alex).
svn path=/trunk/; revision=16828
This commit is contained in:
parent
509048a223
commit
ab051595b1
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ CSR_API(CsrAllocConsole)
|
||||||
Request->Status = STATUS_SUCCESS;
|
Request->Status = STATUS_SUCCESS;
|
||||||
|
|
||||||
/* If we don't need a console, then get out of here */
|
/* 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");
|
DPRINT1("No console needed\n");
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
|
|
Loading…
Reference in a new issue