Commit 27da00f3 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Improve function prototype, helping analysis.

parent d5b3b6d6
Showing with 1 addition and 1 deletion
+1 -1
......@@ -61,7 +61,7 @@ static void Settings_readMeterModes(Settings* this, char* line, HeaderSide side)
String_freeArray(ids);
}
static bool Settings_read(Settings* this, char* fileName, int cpuCount) {
static bool Settings_read(Settings* this, const char* fileName, int cpuCount) {
FILE* fd = fopen(fileName, "r");
if (!fd)
return false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment