Skip to content

Commit c822e8e

Browse files
committed
2 parents b8cbe2c + d7c3f1c commit c822e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/inkplateImageDecoderHelpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ bool inkplateImageDecodeHelpersJpg(JDEC *_jpgDecoder, size_t (*_inFunc)(JDEC *,
122122
}
123123

124124
// Allocate the memory for the JPG decoder.
125-
const size_t _workingBufferSize = 32768; //32kB
125+
const size_t _workingBufferSize = 32768; // 32kB
126126
void *_workingBuffer;
127127

128128
// Allocate the memory for the buffer.

0 commit comments

Comments
 (0)