mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
Removed an illegal character.
This commit is contained in:
parent
c65bbeb62d
commit
be5753d35e
@ -564,7 +564,7 @@ HBITMAP X11DRV_BITMAP_CreateBitmapHeaderFromPixmap(Pixmap pixmap)
|
||||
*/
|
||||
hBmp = CreateBitmap( width, height, 1, depth, NULL );
|
||||
|
||||
/* |