From 2caa5cb845c80ee560d62cc8fc8cdc425c78cdf8 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 24 Aug 2017 19:51:13 +0300 Subject: Fixed building by GCC after 924c70e5fd1f. --- src/nxt_runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nxt_runtime.c b/src/nxt_runtime.c index 5fa4443d..d6b7c650 100644 --- a/src/nxt_runtime.c +++ b/src/nxt_runtime.c @@ -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"; -- cgit