]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cgls: add const
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 20 Nov 2018 06:42:48 +0000 (15:42 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 20 Nov 2018 15:48:21 +0000 (16:48 +0100)
src/cgls/cgls.c

index 476641c48175885ecb32100512a407342d869076..aca7e9800c0995e335ebd097113e3cf343acc6a6 100644 (file)
@@ -34,7 +34,7 @@ static enum {
 static char **arg_names = NULL;
 
 static int arg_full = -1;
-static char* arg_machine = NULL;
+static const char* arg_machine = NULL;
 
 static int help(void) {
         _cleanup_free_ char *link = NULL;