Commit in reactos/subsys/win32k/dib on ros-branch-0_2_2
dib1bpp.c+2-21.22 -> 1.22.2.1
- Fixed a typo: 0x31 -> 31

reactos/subsys/win32k/dib
dib1bpp.c 1.22 -> 1.22.2.1
diff -u -r1.22 -r1.22.2.1
--- dib1bpp.c	7 Apr 2004 16:38:27 -0000	1.22
+++ dib1bpp.c	8 Apr 2004 15:51:03 -0000	1.22.2.1
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: dib1bpp.c,v 1.22 2004/04/07 16:38:27 weiden Exp $ */
+/* $Id: dib1bpp.c,v 1.22.2.1 2004/04/08 15:51:03 navaraf Exp $ */
 
 #undef WIN32_LEAN_AND_MEAN
 #include <windows.h>
@@ -409,7 +409,7 @@
       }
    }
 
-   RoundedRight = DestRect->right - ((DestRect->right - DestRect->left) & 0x31);
+   RoundedRight = DestRect->right - ((DestRect->right - DestRect->left) & 31);
    SourceY = SourcePoint->y;
    
    for (Y = DestRect->top; Y < DestRect->bottom; Y++)
CVSspam 0.2.8