Fixed building by GCC after 924c70e5fd1f.

This commit is contained in:
Valentin Bartenev 2017-08-24 19:51:13 +03:00
parent f71e404151
commit 2caa5cb845

View file

@ -767,7 +767,7 @@ nxt_runtime_conf_read_cmd(nxt_task_t *task, nxt_runtime_t *rt)
nxt_sockaddr_t *sa;
u_char buf[1024];
const static char version[] =
static const char version[] =
"nginext version: " NXT_VERSION "\n"
"configured as ./configure" NXT_CONFIGURE_OPTIONS "\n";