Skip to content

Commit 5b803d4

Browse files
authored
fixed ISO C does not allow extra ';' outside of a function
1 parent 3c1d823 commit 5b803d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/sQOI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ bool qoi_desc_init(qoi_desc_t *desc)
316316
desc->colorspace = 0;
317317

318318
return true;
319-
};
319+
}
320320

321321
/* Sets the image dimensions of an image for QOI descriptor */
322322
inline void qoi_set_dimensions(qoi_desc_t* desc, uint32_t width, uint32_t height)

0 commit comments

Comments
 (0)