mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cov: enum correct prototype
Cleanup enum usage.
This commit is contained in:
parent
59b4c97564
commit
3e91823b3e
@ -357,7 +357,7 @@ static int _print_header(struct cmd_context *cmd, struct formatter *f,
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int _print_flag_config(struct formatter *f, uint64_t status, int type)
|
||||
static int _print_flag_config(struct formatter *f, uint64_t status, enum pv_vg_lv_e type)
|
||||
{
|
||||
char buffer[4096];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user