diff options
author | Joe <rbo@gmx.us> | 2024-01-10 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-10 20:20:20 +0100 |
commit | 57d51f7de31da84b0aeece71d07fdabc25019968 (patch) | |
tree | dfc2134697009cb8cd4d7edb3bc1ed29877036ae /c_lhosts.go | |
parent | folding ye (diff) | |
download | hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.gz hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.bz2 hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.xz hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.zst hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.zip |
cleanup
Diffstat (limited to '')
-rw-r--r-- | c_lhosts.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_lhosts.go b/c_lhosts.go index 691625f..2e99264 100644 --- a/c_lhosts.go +++ b/c_lhosts.go @@ -133,7 +133,7 @@ func (lhost *HostList) del(host *HostNode) { } } -// return the list node with the according id +// returns the list node with the according id func (lhost *HostList) sel(id int) *HostNode { curr := lhost.head |