aboutsummaryrefslogtreecommitdiffstats
path: root/src/zchaff/satParser.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/zchaff/satParser.mli')
-rw-r--r--src/zchaff/satParser.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zchaff/satParser.mli b/src/zchaff/satParser.mli
index ad5385b..c2fa020 100644
--- a/src/zchaff/satParser.mli
+++ b/src/zchaff/satParser.mli
@@ -1,5 +1,5 @@
type lex_buff = {
- buff : string;
+ buff : bytes;
mutable curr_char : int;
mutable buff_end : int;
in_ch : in_channel;