minor fix

This commit is contained in:
Thomas Bernard 2020-01-19 15:34:29 +01:00
parent c93f028f4c
commit 011c1a1e85

View File

@ -706,7 +706,7 @@ void Save_PC1(T_IO_Context * context)
{
FILE *file;
short x_pos,y_pos;
byte buffer[32];;
byte buffer[32];
byte * bufferdecomp;
byte * ptr;
byte pixels[320];