diff options
Diffstat (limited to 'c_hardflip.go')
-rw-r--r-- | c_hardflip.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index ca3c76f..94e6211 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -58,7 +58,7 @@ type HardData struct { ui HardUI opts HardOpts data_dir string - folds map[*ItemsNode]*ItemsList + folds map[*DirsNode]*ItemsList } func main() { @@ -72,7 +72,7 @@ func main() { HardUI{}, opts, data_dir, - make(map[*ItemsNode]*ItemsList), + make(map[*DirsNode]*ItemsList), } i_ui(&data) } |