diff options
author | Joe <rbo@gmx.us> | 2023-12-21 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-21 20:20:20 +0100 |
commit | 8605218da3ffb5843371f70069136151ad3aa586 (patch) | |
tree | db995bdabd6033668748881421682ce776e7ec7d /c_hardflip.go | |
parent | tmp (diff) | |
download | hardflip-8605218da3ffb5843371f70069136151ad3aa586.tar.gz hardflip-8605218da3ffb5843371f70069136151ad3aa586.tar.bz2 hardflip-8605218da3ffb5843371f70069136151ad3aa586.tar.xz hardflip-8605218da3ffb5843371f70069136151ad3aa586.tar.zst hardflip-8605218da3ffb5843371f70069136151ad3aa586.zip |
icon option
Diffstat (limited to '')
-rw-r--r-- | c_hardflip.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index 81c8a2e..5351593 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -50,7 +50,7 @@ package main // the main data structure, holds up everything important type HardData struct { lhost *HostList - ldirs *DirList + ldirs *DirsList ui HardUI opts HardOpts data_dir string |