mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +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... */
|
||||
default:
|
||||
/* 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);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue