summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 5dbc531..244077b 100644
--- a/config.h
+++ b/config.h
@@ -37,6 +37,7 @@ static const config_opt config_opts[] = {
{"merge-type", "Type of merge (options: 0 = Merge individually, 1 = Merge into one).", TYPE_INT, &get_merge_type},
{"pr-root", "Directory to store pull requests in.", TYPE_STRING, &pr_root},
{"key-file", "Path to file containing gpg/pgp public keys of each maintainer.", TYPE_STRING, &get_key_path},
+ {NULL, NULL, TYPE_NONE, NULL},
};
extern config *parse_config(const char *filename);