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