Fixed 2 typos in my last patch.
diff --git a/dlls/msvideo/msrle32/msrle32.c b/dlls/msvideo/msrle32/msrle32.c index f7a6b8e..bb0f438 100644 --- a/dlls/msvideo/msrle32/msrle32.c +++ b/dlls/msvideo/msrle32/msrle32.c
@@ -803,14 +803,14 @@ if (jumpy == 0) { /* add EOL -- end of line */ lpbiOut->biSizeImage += 2; - *((LPDWORD)lpOut)++ = 0; + *((LPWORD)lpOut)++ = 0; assert(lpOut == (lpOutStart + lpbiOut->biSizeImage)); } } /* add EOL -- will be changed to EOI */ lpbiOut->biSizeImage += 2; - *((LPDWORD)lpOut)++ = 0; + *((LPWORD)lpOut)++ = 0; } /* change EOL to EOI -- end of image */