X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=config.c;h=34584f62b40ef256d1d0f75e2ee16ed30b1c11fa;hb=2c4ed386e8861e730037abe4f4d9e032c5c46242;hp=152fa282f0853d42e5be767770e6dfa04887a0d3;hpb=4e72dcec89c7cda7022d4ec2dd686e77deb5376e;p=git.git diff --git a/config.c b/config.c index 152fa282..34584f62 100644 --- a/config.c +++ b/config.c @@ -11,7 +11,7 @@ #define MAXNAME (256) static FILE *config_file; -static char *config_file_name; +static const char *config_file_name; static int config_linenr; static int get_next_char(void) {