1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-13 17:18:18 +03:00

repart: Fix FilterPartitionsType enum name

This commit is contained in:
Daan De Meyer 2022-11-21 10:35:18 +01:00
parent 5f59807d2d
commit 53538e33e9

View File

@ -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,