aboutsummaryrefslogtreecommitdiff
path: root/storeio/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'storeio/dev.c')
-rw-r--r--storeio/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storeio/dev.c b/storeio/dev.c
index 4f48d081..c87400c0 100644
--- a/storeio/dev.c
+++ b/storeio/dev.c
@@ -392,7 +392,7 @@ dev_read (struct dev *dev, off_t offs, size_t whole_amount,
{
error_t err;
int allocated_buf = 0;
- error_t ensure_buf ()
+ error_t ensure_buf (void)
{
if (*len < whole_amount)
{