udevadm-info: make arg_pager_flags static

This commit is contained in:
David Tardon
2025-04-17 10:21:41 +02:00
committed by Yu Watanabe
parent cb3f6c9e0d
commit 5b4d73208e

View File

@@ -58,7 +58,7 @@ static bool arg_export = false;
static bool arg_value = false;
static const char *arg_export_prefix = NULL;
static usec_t arg_wait_for_initialization_timeout = 0;
PagerFlags arg_pager_flags = 0;
static PagerFlags arg_pager_flags = 0;
static sd_json_format_flags_t arg_json_format_flags = SD_JSON_FORMAT_OFF;
STATIC_DESTRUCTOR_REGISTER(arg_properties, strv_freep);