summaryrefslogtreecommitdiff
path: root/include/git2/sys/commit_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/sys/commit_graph.h')
-rw-r--r--include/git2/sys/commit_graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/commit_graph.h b/include/git2/sys/commit_graph.h
index f6c0fc4b5..823c7ed57 100644
--- a/include/git2/sys/commit_graph.h
+++ b/include/git2/sys/commit_graph.h
@@ -94,7 +94,7 @@ typedef enum {
* Do not split commit-graph files. The other split strategy-related option
* fields are ignored.
*/
- GIT_COMMIT_GRAPH_SPLIT_STRATEGY_SINGLE_FILE = 0,
+ GIT_COMMIT_GRAPH_SPLIT_STRATEGY_SINGLE_FILE = 0
} git_commit_graph_split_strategy_t;
/**