summaryrefslogtreecommitdiff
path: root/src/config_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config_parse.h')
-rw-r--r--src/config_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config_parse.h b/src/config_parse.h
index 81a13fceb..322ab6534 100644
--- a/src/config_parse.h
+++ b/src/config_parse.h
@@ -22,7 +22,7 @@ typedef struct config_file {
} git_config_file;
typedef struct {
- struct config_file *file;
+ git_config_file *file;
git_parse_ctx ctx;
} git_config_parser;