analyze: arg_host can be "const char*", hence make it so.

This commit is contained in:
Lennart Poettering 2017-12-26 16:00:54 +01:00
parent a6bcef2957
commit f72b7018d2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ static char** arg_dot_to_patterns = NULL;
static usec_t arg_fuzz = 0;
static bool arg_no_pager = false;
static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
static char *arg_host = NULL;
static const char *arg_host = NULL;
static bool arg_user = false;
static bool arg_man = true;
static bool arg_generators = false;