]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Compile fix
authorMartin K. Petersen <mkp@linuxcare.com>
Tue, 27 Mar 2001 20:57:55 +0000 (20:57 +0000)
committerMartin K. Petersen <mkp@linuxcare.com>
Tue, 27 Mar 2001 20:57:55 +0000 (20:57 +0000)
mkfs/xfs_mkfs.c

index fe095badb6b9ead664f74579754c9cf793e8382d..b9005f23f5491dba334625da9befdb23bd6065b4 100644 (file)
@@ -348,8 +348,8 @@ get_subvol_stripe_wrapper(char *dfile, int type, int *sunit, int *swidth)
                *swidth = lv->lv_stripes * lv->lv_stripesize;
                
                return;
-#endif /* HAVE_LIBLVM */
        }
+#endif /* HAVE_LIBLVM */
 }