--- hatari/src/convert/vdi4.c 2019/04/01 07:12:50 1.1.1.3 +++ hatari/src/convert/vdi4.c 2019/04/01 07:13:19 1.1.1.4 @@ -56,6 +56,6 @@ static void ConvertVDIRes_4Colour(void) while( --x ); /* Loop on X */ /* Offset to next line */ - pPCScreenDest = (void *)(((Uint8 *)pPCScreenDest)+PCScreenBytesPerLine); + pPCScreenDest = (((Uint8 *)pPCScreenDest)+PCScreenBytesPerLine); } }