diff options
Diffstat (limited to '')
-rw-r--r-- | c_defs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,6 +75,6 @@ const ( ) var ( - HOST_ICONS = [2]string{" ", " "} - DIRS_ICONS = [2]string{" ", " "} + HOST_ICONS = [2]string{" ", " "} + DIRS_ICONS = [2]string{" ", " "} ) |