]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udevadm-info: make arg_pager_flags static
authorDavid Tardon <dtardon@redhat.com>
Thu, 17 Apr 2025 08:21:41 +0000 (10:21 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 May 2025 03:10:51 +0000 (12:10 +0900)
src/udev/udevadm-info.c

index c358a503ff55a2e33efef3a16ffc2880f51f8847..dae9c010d58777e263549689ca5ec036f3893797 100644 (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);