1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-25 10:04:04 +03:00

path: make arg_pager_flags static

Follow-up for: e441d1d46e8cd640ffac9d9231e5b16852fd9c28
This commit is contained in:
Lennart Poettering 2023-09-18 17:25:12 +02:00 committed by Luca Boccassi
parent c2077ae0c4
commit 6b66407080

View 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",