config.c: constness tightening to avoid compilation warning.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 2005-11-28 01:46:15 -08:00
parent 9f63892b38
commit 0dccc7dcee
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{