mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
fixing a typo from my side. sorry wax for the broken treed
svn path=/trunk/; revision=21856
This commit is contained in:
parent
875cffced6
commit
c6b4c14c62
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ DdDeleteDirectDrawObject(LPDDRAWI_DIRECTDRAW_GBL pDirectDrawGlobal)
|
|||
}
|
||||
|
||||
status = NtGdiDdDeleteDirectDrawObject((HANDLE)pDirectDrawGlobal->hDD);
|
||||
if (status == TRUE) && (pDirectDrawGlobalInternal->hDD != 0)
|
||||
if ((status == TRUE) && (pDirectDrawGlobalInternal->hDD != 0))
|
||||
{
|
||||
pDirectDrawGlobalInternal->hDD = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue