projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f3c7f
)
[WIN32K]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Fri, 1 Jun 2012 16:15:46 +0000
(16:15 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Fri, 1 Jun 2012 16:15:46 +0000
(16:15 +0000)
Fix a comment
svn path=/trunk/; revision=56684
reactos/win32ss/gdi/ntgdi/bitblt.c
patch
|
blob
|
history
diff --git
a/reactos/win32ss/gdi/ntgdi/bitblt.c
b/reactos/win32ss/gdi/ntgdi/bitblt.c
index
66c387a
..
e381d8d
100644
(file)
--- a/
reactos/win32ss/gdi/ntgdi/bitblt.c
+++ b/
reactos/win32ss/gdi/ntgdi/bitblt.c
@@
-1070,7
+1070,7
@@
NtGdiSetPixel(
return -1;
}
- /* Translate the color to the target format
and get the RGB value
*/
+ /* Translate the color to the target format */
iSolidColor = TranslateCOLORREF(pdc, crColor);
/* Use the DC's text brush, which is always a solid brush */