[ros-diffs] [tkreuzer] 54020: [WIN32K] Remove a debug breakpoint that was not supposed to be comitted.

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Oct 6 11:02:44 UTC 2011


Author: tkreuzer
Date: Thu Oct  6 11:02:44 2011
New Revision: 54020

URL: http://svn.reactos.org/svn/reactos?rev=54020&view=rev
Log:
[WIN32K]
Remove a debug breakpoint that was not supposed to be comitted.

Modified:
    trunk/reactos/subsystems/win32/win32k/objects/dibobj.c

Modified: trunk/reactos/subsystems/win32/win32k/objects/dibobj.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/objects/dibobj.c?rev=54020&r1=54019&r2=54020&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/dibobj.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/dibobj.c [iso-8859-1] Thu Oct  6 11:02:44 2011
@@ -1426,7 +1426,6 @@
     if (bi->biCompression == BI_RLE4 || bi->biCompression == BI_RLE8)
     {
         DPRINT1("no compressed format allowed\n");
-        __debugbreak();
         return (HBITMAP)NULL;
     }
 




More information about the Ros-diffs mailing list