From a8ba46543d61707ece114d3c98c7d2419f7558e3 Mon Sep 17 00:00:00 2001 From: "Martin K. Petersen" Date: Tue, 27 Mar 2001 20:57:55 +0000 Subject: [PATCH] Compile fix --- mkfs/xfs_mkfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c index fe095badb..b9005f23f 100644 --- a/mkfs/xfs_mkfs.c +++ b/mkfs/xfs_mkfs.c @@ -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 */ } -- 2.47.2