diff options
-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 10e5481c4..fa55696c6 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 | |||
33 | 33 | ||
34 | #if ENABLE_UNICODE_SUPPORT | 34 | #if ENABLE_UNICODE_SUPPORT |
35 | if (unicode_status == UNICODE_ON) { | 35 | if (unicode_status == UNICODE_ON) { |
36 | bar = "│ "; | 36 | bar = "│ "; |
37 | mid = "├── "; | 37 | mid = "├── "; |
38 | end = "└── "; | 38 | end = "└── "; |
39 | } | 39 | } |