Skip to content

Commit c9f1bea

Browse files
DanisJiangwantehchang
authored andcommitted
Fix format errors
1 parent 50a7430 commit c9f1bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ avifBool avifROStreamReadAndEnforceVersion(avifROStream * stream, uint8_t enforc
335335
static avifResult makeRoom(avifRWStream * stream, size_t size)
336336
{
337337
if (size > SIZE_MAX - stream->offset) {
338-
return AVIF_RESULT_OUT_OF_MEMORY;
338+
return AVIF_RESULT_OUT_OF_MEMORY;
339339
}
340340
size_t neededSize = stream->offset + size;
341341
size_t newSize = stream->raw->size;

0 commit comments

Comments
 (0)