[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Wed Aug 1 07:37:23 UTC 2007


 libparted/fs/linux_swap/linux_swap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bfc02fd53c171a758bf03a5ce539150961a6ff13
Author: Jim Meyering <jim at meyering.net>
Date:   Wed Aug 1 09:37:13 2007 +0200

    Revert "Removed unused label (compiler warning)."
    The label *is* used.
    
    This reverts commit f4bc90ac22de605ad927d2d85ba468a16bf55ae7.

diff --git a/libparted/fs/linux_swap/linux_swap.c b/libparted/fs/linux_swap/linux_swap.c
index 6f0509c..2b9c0f0 100644
--- a/libparted/fs/linux_swap/linux_swap.c
+++ b/libparted/fs/linux_swap/linux_swap.c
@@ -161,7 +161,7 @@ _generic_swap_clobber (PedGeometry* geom, int kind)
 
 error_close_fs:
 	swap_close (fs);
-
+error:
 	return 0;
 }
 #endif /* !DISCOVER_ONLY */



More information about the Parted-commits mailing list