From e63a9624b9786e405c2f7518f3c3de7895530b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20M=C5=82odawski?= Date: Mon, 19 Apr 2021 19:17:07 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4835b8..de5b587 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Recommended use only grayscale during decode JPEG to greyscale libjpeg allocate # 📚 Example use - uint16_t bufferPointer = 0; - uint8_t headerFound = 0; + uint16_t bufferPointer = 0; + uint8_t headerFound = 0; unsigned long imageSize = 0; uint8_t *imageBuffer = NULL; //================================