From bf63aa0d7c93ac4e363c563b2934495e9e77e0a8 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Tue, 22 Sep 2020 12:47:45 +0100 Subject: [PATCH] Minor fix --- examples/AnimatedGIFPanel/AnimatedGIFPanel.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino b/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino index 8f4abb1..112c60f 100644 --- a/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino +++ b/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino @@ -118,7 +118,7 @@ void GIFDraw(GIFDRAW *pDraw) } /* GIFDraw() */ -void * GIFOpenFile(char *fname, int32_t *pSize) +void * GIFOpenFile(const char *fname, int32_t *pSize) { f = FILESYSTEM.open(fname); if (f)