summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/blkdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/blkdev.c b/lib/blkdev.c
index 7d00324da..67c4a1ac2 100644
--- a/lib/blkdev.c
+++ b/lib/blkdev.c
@@ -104,7 +104,7 @@ blkdev_get_size(int fd, unsigned long long *bytes)
#ifdef DIOCGMEDIASIZE
/* FreeBSD */
if (ioctl(fd, DIOCGMEDIASIZE, bytes) >= 0)
- return 0
+ return 0;
#endif
#ifdef FDGETPRM