aboutsummaryrefslogtreecommitdiff
path: root/storeio/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'storeio/open.c')
-rw-r--r--storeio/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storeio/open.c b/storeio/open.c
index f8eb6ce0..74902520 100644
--- a/storeio/open.c
+++ b/storeio/open.c
@@ -75,7 +75,7 @@ open_write (struct open *open, off_t offs, const void *buf, size_t len,
otherwise the error code is returned. */
error_t
open_read (struct open *open, off_t offs, vm_size_t amount,
- void **buf, size_t *len)
+ void **buf, vm_size_t *len)
{
error_t err;
if (offs < 0)