diff --git a/src/file.c b/src/file.c index d1cb7e3..0963fa3 100644 --- a/src/file.c +++ b/src/file.c @@ -1,7 +1,7 @@ #include #include #include -char* acl_ReadTextFile(char *filePath, bool *sucess){ +char* acl_ReadTextFile(const char *filePath, bool *sucess){ FILE *fp = fopen(filePath, "rb"); size_t lSize; char *buffer;