Skip to content
Snippets Groups Projects
Commit aecc87df authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Missing const modifier for function argument

parent 33a7294d
No related branches found
No related tags found
No related merge requests found
......@@ -1460,7 +1460,7 @@ iniGetNamedStringList(str_list_t list, const char* section)
return(lp);
}
named_str_list_t** iniParseSections(str_list_t list)
named_str_list_t** iniParseSections(const str_list_t list)
{
char str[INI_MAX_LINE_LEN];
char* p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment