From be5753d35e000fb04e9f8c5f6802f83c13df0412 Mon Sep 17 00:00:00 2001
From: Francis Beaudet <francis@macadamian.com>
Date: Sat, 23 Oct 1999 14:50:56 +0000
Subject: [PATCH] Removed an illegal character.

---
 graphics/x11drv/bitmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/x11drv/bitmap.c b/graphics/x11drv/bitmap.c
index 8bb0fe3b2e6..27f987e2ad5 100644
--- a/graphics/x11drv/bitmap.c
+++ b/graphics/x11drv/bitmap.c
@@ -564,7 +564,7 @@ HBITMAP X11DRV_BITMAP_CreateBitmapHeaderFromPixmap(Pixmap pixmap)
      */
     hBmp = CreateBitmap( width, height, 1, depth, NULL );
 
-    /*�Allocate DDBitmap and physBitmap structures in BITMAPOBJ.
+    /* Allocate DDBitmap and physBitmap structures in BITMAPOBJ.
      * The hBmp is just a filled in BITMAPOBJ header at this point.
      */
     pBmp = (BITMAPOBJ *)GDI_GetObjPtr( hBmp, BITMAP_MAGIC );
-- 
GitLab