Mark several non-modified pointer variables const

This commit is contained in:
Christian Göttsche
2021-01-11 23:46:06 +01:00
parent 960f52b783
commit 2b62126aea
4 changed files with 4 additions and 4 deletions

View File

@ -754,7 +754,7 @@ static void Platform_Battery_getSysData(double* percent, ACPresence* isOnAC) {
}
char* buf = buffer;
char* line = NULL;
const char* line;
bool full = false;
bool now = false;
int fullSize = 0;