aboutsummaryrefslogtreecommitdiff
path: root/src/lzssblock.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/lzssblock.nim')
-rw-r--r--src/lzssblock.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lzssblock.nim b/src/lzssblock.nim
index be8c4f0..317e768 100644
--- a/src/lzssblock.nim
+++ b/src/lzssblock.nim
@@ -14,7 +14,7 @@
14# You should have received a copy of the GNU Affero General Public License 14# You should have received a copy of the GNU Affero General Public License
15# along with this program. If not, see <https://www.gnu.org/licenses/>. 15# along with this program. If not, see <https://www.gnu.org/licenses/>.
16 16
17import bitreader, bitwriter 17import bitio/bitreader, bitio/bitwriter
18 18
19type LzssBlock* = object 19type LzssBlock* = object
20 discard 20 discard