typo for pitch

This commit is contained in:
Vincent Wei
2019-01-13 14:32:49 +08:00
parent e6bb4fa05f
commit 715a44beeb
+1 -1
View File
@@ -555,7 +555,7 @@ char_bitmap_pixmap (LOGFONT* logfont, DEVFONT* devfont,
*pitch = (source->width + 7) >> 3;
}
#else
*pitch = (source->width + 7) >> 3;
*pitch = source->pitch;
#endif
#ifdef _MGFONT_TTF_CACHE