1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

cov: use correct enum type

Correct function declaration.
This commit is contained in:
Zdenek Kabelac 2021-04-22 17:31:17 +02:00
parent 395ce6c2bb
commit 25b672417e

View File

@ -128,7 +128,7 @@ static int _read_id(struct id *id, const struct dm_config_node *cn, const char *
return 1; return 1;
} }
static int _read_flag_config(const struct dm_config_node *n, uint64_t *status, int type) static int _read_flag_config(const struct dm_config_node *n, uint64_t *status, enum pv_vg_lv_e type)
{ {
const struct dm_config_value *cv; const struct dm_config_value *cv;
*status = 0; *status = 0;