From 6b664070804bee8a3c50e00e0707ef5c481e08b9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 18 Sep 2023 17:25:12 +0200 Subject: path: make arg_pager_flags static Follow-up for: e441d1d46e8cd640ffac9d9231e5b16852fd9c28 --- src/path/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path/path.c') diff --git a/src/path/path.c b/src/path/path.c index 9845425d01..1e69c6a355 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -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", -- cgit v1.2.3