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:
parent
c2077ae0c4
commit
6b66407080
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user