aboutsummaryrefslogtreecommitdiffstats
path: root/src/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree.c')
-rw-r--r--src/tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tree.c b/src/tree.c
index 63ffd3c..293a86a 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -27,9 +27,9 @@
#include "xstd.h"
#include "easydir.h"
-#define ANSIC_RST "\x1B[0m"
-#define ANSIC_BBLU "\x1B[34;1m"
-#define ANSIC_BGRN "\x1B[32;1m"
+#define ANSIC_RST "\x1B[0m"
+#define ANSIC_BBLU "\x1B[34;1m"
+#define ANSIC_BGRN "\x1B[32;1m"
static void entries_sort(char **entries, const int size)
{