Minor fix
This commit is contained in:
parent
c8635933e5
commit
bf63aa0d7c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue