Message ID | 39f8d85c2f16081415741351c16fb34d74924d3c.1587740959.git.congdanhqx@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Fix Sparse Warning | expand |
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) {
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com> --- graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)