diff options
Diffstat (limited to 'src/getty-generator.c')
-rw-r--r-- | src/getty-generator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getty-generator.c b/src/getty-generator.c index 1263785fb5..7fac43a0ba 100644 --- a/src/getty-generator.c +++ b/src/getty-generator.c @@ -28,7 +28,7 @@ #include "unit-name.h" #include "virt.h" -const char *arg_dest = "/tmp"; +static const char *arg_dest = "/tmp"; static int add_symlink(const char *fservice, const char *tservice) { char *from = NULL, *to = NULL; |