Skip to content

Commit

Permalink
config.c: constness tightening to avoid compilation warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Nov 28, 2005
1 parent 9f63892 commit 0dccc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 0dccc7d

Please sign in to comment.