Skip to content

Commit 9d2152d

Browse files
sgngitster
authored andcommitted
graph.c: limit linkage of internal variable
Signed-off-by: Đoàn Trần Công Danh <[email protected]> Reviewed-by: Ramsay Jones <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3bc1f9e commit 9d2152d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ static void graph_output_commit_line(struct git_graph *graph, struct graph_line
10551055
graph_update_state(graph, GRAPH_COLLAPSING);
10561056
}
10571057

1058-
const char merge_chars[] = {'/', '|', '\\'};
1058+
static const char merge_chars[] = {'/', '|', '\\'};
10591059

10601060
static void graph_output_post_merge_line(struct git_graph *graph, struct graph_line *line)
10611061
{

0 commit comments

Comments
 (0)