projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- Remove a mislaid artifact.
[reactos.git]
/
reactos
/
win32ss
/
user
/
user32
/
windows
/
prop.c
diff --git
a/reactos/win32ss/user/user32/windows/prop.c
b/reactos/win32ss/user/user32/windows/prop.c
index
1b06d7f
..
8f9b1b8
100644
(file)
--- a/
reactos/win32ss/user/user32/windows/prop.c
+++ b/
reactos/win32ss/user/user32/windows/prop.c
@@
-53,7
+53,6
@@
IntGetProp(HWND hWnd, ATOM Atom)
for (i = 0; i < pWnd->PropListItems; i++ )
{
Property = CONTAINING_RECORD(ListEntry, PROPERTY, PropListEntry);
- if (!Property) break;
if (Property->Atom == Atom)
{
return(Property);