Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-mv: quote $src in regexp properly.
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index 152fa282f0853d42e5be767770e6dfa04887a0d3..34584f62b40ef256d1d0f75e2ee16ed30b1c11fa 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-11,7
+11,7
@@
#define MAXNAME (256)
static FILE *config_file;
-static char *config_file_name;
+static c
onst c
har *config_file_name;
static int config_linenr;
static int get_next_char(void)
{