mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
repart: Fix FilterPartitionsType enum name
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user