locale: make "arg_host" const

This commit is contained in:
Yu Watanabe 2018-11-20 18:08:33 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 85ae63ee87
commit 847da1ac1b

View file

@ -29,7 +29,7 @@
static PagerFlags arg_pager_flags = 0;
static bool arg_ask_password = true;
static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
static char *arg_host = NULL;
static const char *arg_host = NULL;
static bool arg_convert = true;
typedef struct StatusInfo {