diff options
Diffstat (limited to 'miscutils/tree.c')
-rw-r--r-- | miscutils/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/tree.c b/miscutils/tree.c index 10e5481..fa55696 100644 --- a/miscutils/tree.c +++ b/miscutils/tree.c @@ -33,7 +33,7 @@ static void tree_print(unsigned count[2], const char* directory_name, char* pref #if ENABLE_UNICODE_SUPPORT if (unicode_status == UNICODE_ON) { - bar = "│ "; + bar = "│ "; mid = "├── "; end = "└── "; } |