1
0
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:
Zdenek Kabelac 2024-05-07 13:58:21 +02:00
parent 59b4c97564
commit 3e91823b3e

View File

@ -357,7 +357,7 @@ static int _print_header(struct cmd_context *cmd, struct formatter *f,
return 1; 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]; char buffer[4096];