diff options
Diffstat (limited to 'c_hardflip.go')
-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 c36cd3e..ca3c76f 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -63,7 +63,7 @@ type HardData struct { func main() { data_dir := c_get_data_dir() - opts := HardOpts{true, true, false} + opts := HardOpts{true, true} ldirs := c_load_data_dir(data_dir, opts) litems := c_load_litems(ldirs) data := HardData{ |