projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eca43c5
)
Indentation fix.
author
Filip Navara
<filip.navara@gmail.com>
Wed, 21 Sep 2005 14:01:49 +0000
(14:01 +0000)
committer
Filip Navara
<filip.navara@gmail.com>
Wed, 21 Sep 2005 14:01:49 +0000
(14:01 +0000)
svn path=/trunk/; revision=17964
reactos/subsys/win32k/ntuser/painting.c
patch
|
blob
|
history
diff --git
a/reactos/subsys/win32k/ntuser/painting.c
b/reactos/subsys/win32k/ntuser/painting.c
index
f5407b0
..
156558b
100644
(file)
--- a/
reactos/subsys/win32k/ntuser/painting.c
+++ b/
reactos/subsys/win32k/ntuser/painting.c
@@
-632,7
+632,7
@@
IntFindWindowToRepaint(PWINDOW_OBJECT Window, PW32THREAD Thread)
hChild = IntFindWindowToRepaint(Window->FirstChild, Thread);
if (hChild != NULL)
return hChild;
- }
+ }
}
return NULL;