From 2b005b9bfa4858743e0df65ae99347ebe084297a Mon Sep 17 00:00:00 2001 From: Gregor Anich Date: Tue, 7 Jun 2005 15:10:56 +0000 Subject: [PATCH] Remove a comment which i forgot to remove, oops. svn path=/trunk/; revision=15827 --- reactos/subsys/win32k/dib/dib16bpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/win32k/dib/dib16bpp.c b/reactos/subsys/win32k/dib/dib16bpp.c index 347a4a6f921..1843f20dd04 100644 --- a/reactos/subsys/win32k/dib/dib16bpp.c +++ b/reactos/subsys/win32k/dib/dib16bpp.c @@ -90,7 +90,7 @@ DIB_16BPP_HLine(SURFOBJ *SurfObj, LONG x1, LONG x2, LONG y, ULONG c) VOID DIB_16BPP_VLine(SURFOBJ *SurfObj, LONG x, LONG y1, LONG y2, ULONG c) -{ /* 2610-2700 */ +{ #ifdef _M_IX86 asm volatile( " testl %2, %2" "\n\t"