Minor fix

This commit is contained in:
mrfaptastic 2020-09-22 12:47:45 +01:00
parent c8635933e5
commit bf63aa0d7c

View file

@ -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)