http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024b5c2
)
ddraw: Fix a typo in a comment.
author
Henri Verbeet
<hverbeet@codeweavers.com>
Sun, 3 Apr 2011 21:35:31 +0000
(23:35 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 4 Apr 2011 09:53:39 +0000
(11:53 +0200)
dlls/ddraw/device.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ddraw/device.c
b/dlls/ddraw/device.c
index 9f8a6ddef9ae3a2c8f05e965badc5e609dbdaba4..2c85659319aa852056a4775ce14effa6bd144541 100644
(file)
--- a/
dlls/ddraw/device.c
+++ b/
dlls/ddraw/device.c
@@
-116,7
+116,7
@@
IDirect3DDeviceImpl_7_QueryInterface(IDirect3DDevice7 *iface,
*obj = iface;
}
- /* Check DirectDraw Interfac
\ 1
s
*/
+ /* Check DirectDraw Interfac
es.
*/
else if( IsEqualGUID( &IID_IDirectDraw7, refiid ) )
{
*obj = &This->ddraw->IDirectDraw7_iface;