aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_host.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-01-20 18:27:34 +0100
committerJoe <rbo@gmx.us>2025-01-20 18:27:34 +0100
commitf670b80403da3865df2a0143adaed3d03612dfa9 (patch)
treea65e6a9e732c57dd70c7fca55c7158429d56dd08 /src/i_host.go
parentbox style or something (diff)
downloadhardflip-f670b80403da3865df2a0143adaed3d03612dfa9.tar.gz
hardflip-f670b80403da3865df2a0143adaed3d03612dfa9.tar.bz2
hardflip-f670b80403da3865df2a0143adaed3d03612dfa9.tar.xz
hardflip-f670b80403da3865df2a0143adaed3d03612dfa9.tar.zst
hardflip-f670b80403da3865df2a0143adaed3d03612dfa9.zip
up
Diffstat (limited to 'src/i_host.go')
-rw-r--r--src/i_host.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i_host.go b/src/i_host.go
index c37f0ac..5cc1191 100644
--- a/src/i_host.go
+++ b/src/i_host.go
@@ -173,9 +173,9 @@ func i_fuzz_check(ptr *ItemsNode, ui *HardUI) bool {
end_runes = append(end_runes, buff_ptr)
}
}
- }
- if len(end_runes) == 0 {
- return false
+ if len(end_runes) == 0 {
+ return false
+ }
}
return true
}