mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Mark some section functions as const
This commit is contained in:
@@ -334,7 +334,7 @@ static void printdep(const char *fileName)
|
||||
}
|
||||
}
|
||||
|
||||
FILE *fstk_FindFile(char *fname, char **incPathUsed)
|
||||
FILE *fstk_FindFile(char const *fname, char **incPathUsed)
|
||||
{
|
||||
char path[_MAX_PATH];
|
||||
int32_t i;
|
||||
|
||||
Reference in New Issue
Block a user