fixed a typo

svn path=/trunk/; revision=25205
This commit is contained in:
Magnus Olsen
2006-12-21 23:36:55 +00:00
parent f578f60f09
commit 14847ebfcf
@@ -651,7 +651,7 @@ BOOLEAN DIB_16BPP_StretchBlt(SURFOBJ *DestSurf, SURFOBJ *SourceSurf,
/* Calc the zoom factor of soruce height */
SrcZoomYHight = SrcSizeY / DesSizeY;
SrcZoomYLow = SrcSizeY - (SrcZoomYHight * SrcSizeY);
SrcZoomYLow = SrcSizeY - (SrcZoomYHight * DesSizeY);
/* Calc the zoom factor of soruce width */
SrcZoomXHight = SrcSizeX / DesSizeX;