cgls: add const

This commit is contained in:
Yu Watanabe 2018-11-20 15:42:48 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 360f3dc275
commit 2428944eb0
1 changed files with 1 additions and 1 deletions

View 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;