From aba641ac44bfb641dd56f0c73ccd5c11689d4c01 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 15 Jan 2024 20:20:20 +0100 Subject: go --- i_ui.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i_ui.go') diff --git a/i_ui.go b/i_ui.go index 0a014a6..25e5dcf 100644 --- a/i_ui.go +++ b/i_ui.go @@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/i_ui.go - * Thu Jan 11 12:22:06 2024 + * Mon Jan 15 11:40:18 2024 * Joe * * interfacing with the user @@ -235,7 +235,7 @@ func i_host_panel_dirs(ui HardUI, icons bool, dir_icon uint8, } text := "" for i := 0; i < int(dir.Depth) - 2; i++ { - text += " " + text += " " } if icons == true { text += DIRS_ICONS[dir_icon] -- cgit v1.2.3