diff options
author | Joe <rbo@gmx.us> | 2024-01-15 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-15 20:20:20 +0100 |
commit | af9679edc0fddab9b5ce784bece6397f3c64028c (patch) | |
tree | 68a6d279c3fb24176219143d5237e3a36cd1a345 /c_init.go | |
parent | useless (diff) | |
download | hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.gz hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.bz2 hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.xz hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.zst hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.zip |
think its ok
Diffstat (limited to '')
-rw-r--r-- | c_init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,6 +123,6 @@ func c_load_litems(ldirs *DirsList) *ItemsList { litems.head.prev = nil } litems.curr = litems.head - litems.draw_start = litems.head + litems.draw = litems.head return &litems } |