user32: Remove superfluous "not NULL" check of the atom variable.
This commit is contained in:
parent
17789c1636
commit
be6ef9158d
|
@ -143,7 +143,7 @@ BOOL WINAPI DdePostAdvise(DWORD idInst, HSZ hszTopic, HSZ hszItem)
|
|||
return TRUE;
|
||||
|
||||
theError:
|
||||
if (atom) GlobalDeleteAtom(atom);
|
||||
GlobalDeleteAtom(atom);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue