mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
fix a dprint
svn path=/trunk/; revision=59874
This commit is contained in:
parent
4a3ceaec30
commit
8ed6af6f2a
1 changed files with 3 additions and 1 deletions
|
@ -390,7 +390,9 @@ QueryActCtxW(IN DWORD dwFlags,
|
||||||
/* More than one flag is set... */
|
/* More than one flag is set... */
|
||||||
default:
|
default:
|
||||||
/* Bail out */
|
/* Bail out */
|
||||||
DPRINT1("SXS: %s(dwFlags=0x%lx) more than one flag in 0x%lx was passed\n", 0x1C);
|
DPRINT1("SXS: %s(dwFlags=0x%lx) more than one flag in 0x%lx was passed\n",
|
||||||
|
__FUNCTION__,
|
||||||
|
0x1C);
|
||||||
BaseSetLastNTError(STATUS_INVALID_PARAMETER_1);
|
BaseSetLastNTError(STATUS_INVALID_PARAMETER_1);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue