From: Daan De Meyer Date: Mon, 21 Nov 2022 09:35:18 +0000 (+0100) Subject: repart: Fix FilterPartitionsType enum name X-Git-Tag: v253-rc1~485^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53538e33e9c680cde50aedb393b03a74eedd32df;p=thirdparty%2Fsystemd.git repart: Fix FilterPartitionsType enum name --- diff --git a/src/partition/repart.c b/src/partition/repart.c index 20db7d7a1a7..71f120b359b 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,