aboutsummaryrefslogtreecommitdiffstats
path: root/c_defs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-27 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-27 20:20:20 +0100
commit10308c1579fd3e74563c7d2c5de4bcd4007b0e70 (patch)
treeef37260c429bf06c8123e958d85bff4c44105239 /c_defs.go
parentcool (diff)
downloadhardflip-10308c1579fd3e74563c7d2c5de4bcd4007b0e70.tar.gz
hardflip-10308c1579fd3e74563c7d2c5de4bcd4007b0e70.tar.bz2
hardflip-10308c1579fd3e74563c7d2c5de4bcd4007b0e70.tar.xz
hardflip-10308c1579fd3e74563c7d2c5de4bcd4007b0e70.tar.zst
hardflip-10308c1579fd3e74563c7d2c5de4bcd4007b0e70.zip
i dont know what to do just kill me
Diffstat (limited to '')
-rw-r--r--c_defs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_defs.go b/c_defs.go
index 55a9438..c1e2032 100644
--- a/c_defs.go
+++ b/c_defs.go
@@ -75,6 +75,6 @@ const (
)
var (
- HOST_ICONS = [2]string{"  ", "  "}
- DIRS_ICONS = [2]string{"  ", "  "}
+ HOST_ICONS = [2]string{" ", " "}
+ DIRS_ICONS = [2]string{" ", " "}
)