X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=graph.c;h=4cd9915075ff23d8a5218609b06239b9d9f08435;hp=4fb25ad464db5778262936cdcc97b5088abc7678;hb=ac140beebe11adbca5801c225e87802d706590c4;hpb=de49261b050d9cd8ec73842356077bc5b606640f diff --git a/graph.c b/graph.c index 4fb25ad464..4cd9915075 100644 --- a/graph.c +++ b/graph.c @@ -1055,7 +1055,7 @@ static void graph_output_commit_line(struct git_graph *graph, struct graph_line graph_update_state(graph, GRAPH_COLLAPSING); } -const char merge_chars[] = {'/', '|', '\\'}; +static const char merge_chars[] = {'/', '|', '\\'}; static void graph_output_post_merge_line(struct git_graph *graph, struct graph_line *line) {