OSDN Git Service

Revert "Remove unused label."
authorDavid Cantrell <dcantrel@mortise.boston.redhat.com>
Mon, 23 Apr 2007 20:41:02 +0000 (16:41 -0400)
committerDavid Cantrell <dcantrel@mortise.boston.redhat.com>
Wed, 2 May 2007 18:17:28 +0000 (14:17 -0400)
This reverts commit bfd9a6d8b6322d870650b0e92bd936035ab28e76.

libparted/fs/linux_swap/linux_swap.c

index 3dd3780..a8e95fd 100644 (file)
@@ -121,7 +121,7 @@ _generic_swap_probe (PedGeometry* geom, int kind)
 
 error_close_fs:
        swap_close (fs);
-
+error:
        return NULL;
 }