]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
path: make arg_pager_flags static
authorLennart Poettering <lennart@poettering.net>
Mon, 18 Sep 2023 15:25:12 +0000 (17:25 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 18 Sep 2023 23:37:01 +0000 (00:37 +0100)
Follow-up for: e441d1d46e8cd640ffac9d9231e5b16852fd9c28

src/path/path.c

index 9845425d01b5832ffbf9c3094c77cae82109ab62..1e69c6a355400bbf59475ee2c1b9c7fca58e6c72 100644 (file)
@@ -17,7 +17,7 @@
 #include "string-util.h"
 
 static const char *arg_suffix = NULL;
-PagerFlags arg_pager_flags = 0;
+static PagerFlags arg_pager_flags = 0;
 
 static const char* const path_table[_SD_PATH_MAX] = {
         [SD_PATH_TEMPORARY]                                   = "temporary",