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