summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/fsprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fsprobe.c b/lib/fsprobe.c
index 04360dc8..2643c09a 100644
--- a/lib/fsprobe.c
+++ b/lib/fsprobe.c
@@ -36,7 +36,7 @@ open_device(const char *devname)
if (errno != ENOMEDIUM)
break;
#else
- break
+ break;
#endif
if (retries >= CRDOM_NOMEDIUM_RETRIES)
break;