aboutsummaryrefslogtreecommitdiffstats
path: root/lib/loopdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/loopdev.c')
-rw-r--r--lib/loopdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/loopdev.c b/lib/loopdev.c
index b644ae50c9..a9f6df2203 100644
--- a/lib/loopdev.c
+++ b/lib/loopdev.c
@@ -1450,7 +1450,7 @@ static void test_loop_info(const char *device, int flags, int debug)
uint64_t u64;
if (loopcxt_init(&lc, flags))
- return
+ return;
loopcxt_enable_debug(&lc, debug);
if (loopcxt_set_device(&lc, device))