From 3e91823b3ede84048953a47412483759dfcf5a95 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 7 May 2024 13:58:21 +0200 Subject: [PATCH] cov: enum correct prototype Cleanup enum usage. --- lib/format_text/export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/format_text/export.c b/lib/format_text/export.c index 253f0f490..daf7dec1b 100644 --- a/lib/format_text/export.c +++ b/lib/format_text/export.c @@ -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];