aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'i_ui.go')
-rw-r--r--i_ui.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/i_ui.go b/i_ui.go
index 87650b0..c901a0f 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -296,8 +296,8 @@ func i_host_panel(ui HardUI, opts HardOpts, ldirs *DirsList) {
i_host_panel_dirs(ui, opts, dirs, line)
line++
for host := dirs.lhost.head;
- dirs.Folded == false && host != nil;
- host = host.next {
+ dirs.Folded == false && host != nil;
+ host = host.next {
i_host_panel_host(ui, opts, dirs, host, line)
line++
}