diff options
author | Joe <rbo@gmx.us> | 2023-12-27 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-27 20:20:20 +0100 |
commit | 10308c1579fd3e74563c7d2c5de4bcd4007b0e70 (patch) | |
tree | ef37260c429bf06c8123e958d85bff4c44105239 /c_defs.go | |
parent | cool (diff) | |
download | hardflip-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.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{" ", " "} ) |