aboutsummaryrefslogtreecommitdiffstats
path: root/disk-utils/sfdisk.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2014-10-13 13:30:28 +0200
committerKarel Zak <kzak@redhat.com>2014-10-13 13:30:28 +0200
commit3692c28d0615e5668caaada36f4b0391f51910df (patch)
tree8b9ba3b09951787a59c996873978fbaeb1c00d2f /disk-utils/sfdisk.c
parent0aa57f186867b5ca259704a4d2a83b2235779056 (diff)
downloadutil-linux-3692c28d0615e5668caaada36f4b0391f51910df.tar.gz
tests: add PMBR sfdisk test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/sfdisk.c')
-rw-r--r--disk-utils/sfdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c
index 1be40caad4..68df57c0d5 100644
--- a/disk-utils/sfdisk.c
+++ b/disk-utils/sfdisk.c
@@ -76,7 +76,7 @@ enum {
};
struct sfdisk {
- int act; /* action */
+ int act; /* ACT_* */
int partno; /* -N <partno>, default -1 */
const char *label; /* --label <label> */
const char *label_nested; /* --label-nested <label> */