From 84edc8dde3ada052a6535e97a9f14bde3f0bc3a8 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Tue, 24 Jul 2012 13:52:32 +0200 Subject: [PATCH] fdisk: return success from sgi_create_disklabel Signed-off-by: Petr Uzel --- fdisks/fdisksgilabel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fdisks/fdisksgilabel.c b/fdisks/fdisksgilabel.c index af0ad149a5..2596a21faf 100644 --- a/fdisks/fdisksgilabel.c +++ b/fdisks/fdisksgilabel.c @@ -840,6 +840,7 @@ static int sgi_create_disklabel(struct fdisk_context *cxt) sgi_set_partition(cxt, i, old[i].start, old[i].nsect, old[i].sysid); } } + return 0; } void -- 2.47.3