summaryrefslogtreecommitdiffstats
path: root/sys-utils/fallocate.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/fallocate.c')
-rw-r--r--sys-utils/fallocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fallocate.c b/sys-utils/fallocate.c
index d7e591cd8..0cf32ecb3 100644
--- a/sys-utils/fallocate.c
+++ b/sys-utils/fallocate.c
@@ -170,7 +170,7 @@ static int is_nul(void *buf, size_t bufsize)
while (*cp++ == 0)
continue;
- return cbuf + bufsize < cp;
+ return cbuf + bufsize < cp;
}
static void dig_holes(int fd, off_t off, off_t len)