diff --git a/lib/label/label.c b/lib/label/label.c index de01e4532..ec774dc6e 100644 --- a/lib/label/label.c +++ b/lib/label/label.c @@ -417,7 +417,7 @@ static int _process_block(struct cmd_context *cmd, struct dev_filter *f, lvmcache_del_dev(dev); /* FIXME: if this is needed, fix it. */ *is_lvm_device = 0; - goto_out; + goto out; } dev->flags |= DEV_SCAN_FOUND_LABEL;