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:
parent
5f59807d2d
commit
53538e33e9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user