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