Constify a variable
This commit is contained in:
parent
ad989c6489
commit
42020536b1
@ -188,7 +188,7 @@ int configure(Prefs * prefs, char const * directory)
|
||||
int ret;
|
||||
Configure cfgr;
|
||||
configArray * ca;
|
||||
int flags = prefs->flags;
|
||||
const int flags = prefs->flags;
|
||||
int i;
|
||||
Config * p;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user