From 011c1a1e85bef629c117e31577bdbbf4d4b4f3c5 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sun, 19 Jan 2020 15:34:29 +0100 Subject: [PATCH] minor fix --- src/stformats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stformats.c b/src/stformats.c index 0cfad808..ba06e719 100644 --- a/src/stformats.c +++ b/src/stformats.c @@ -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];