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