diff options
Diffstat (limited to 'lib/bio/bio.myr')
-rw-r--r-- | lib/bio/bio.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bio/bio.myr b/lib/bio/bio.myr index e1b18a0..e56844a 100644 --- a/lib/bio/bio.myr +++ b/lib/bio/bio.myr @@ -61,7 +61,7 @@ pkg bio = const flush : (f : file# -> bool) /* seeking */ - const seek : (f : file#, std.off -> std.result(std.off, ioerr)) + const seek : (f : file#, off : std.off -> std.result(std.off, ioerr)) /* single unit operations */ const putb : (f : file#, b : byte -> status(std.size)) |