summaryrefslogtreecommitdiff
path: root/src/node_http_parser_llhttp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_http_parser_llhttp.cc')
-rw-r--r--src/node_http_parser_llhttp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_http_parser_llhttp.cc b/src/node_http_parser_llhttp.cc
index 7b9999d13c..8728fa2b67 100644
--- a/src/node_http_parser_llhttp.cc
+++ b/src/node_http_parser_llhttp.cc
@@ -4,7 +4,7 @@
namespace node {
-const char* llhttp_version =
+const char* const llhttp_version =
NODE_STRINGIFY(LLHTTP_VERSION_MAJOR)
"."
NODE_STRINGIFY(LLHTTP_VERSION_MINOR)