From 53538e33e9c680cde50aedb393b03a74eedd32df Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 21 Nov 2022 10:35:18 +0100 Subject: [PATCH] repart: Fix FilterPartitionsType enum name --- src/partition/repart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partition/repart.c b/src/partition/repart.c index 20db7d7a1a..71f120b359 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -109,7 +109,7 @@ static enum { EMPTY_CREATE, /* create disk as loopback file, create a partition table always */ } arg_empty = EMPTY_REFUSE; -typedef enum { +typedef enum FilterPartitionType { FILTER_PARTITIONS_NONE, FILTER_PARTITIONS_EXCLUDE, FILTER_PARTITIONS_INCLUDE,