summaryrefslogtreecommitdiff
path: root/src/node_http2.h
diff options
context:
space:
mode:
authorJeremy Apthorp <nornagon@nornagon.net>2019-02-27 11:14:58 -0800
committerRuben Bridgewater <ruben@bridgewater.de>2019-03-05 23:57:25 +0100
commita132b8ae5cc928f98fcc87bec6c3cd0cd221632f (patch)
tree34f5339fdcbe6d04f74a2ba21f8c97dde899834c /src/node_http2.h
parent9a2025ca8a859fb5e96fcfcf9a34e678a65cee0b (diff)
downloadandroid-node-v8-a132b8ae5cc928f98fcc87bec6c3cd0cd221632f.tar.gz
android-node-v8-a132b8ae5cc928f98fcc87bec6c3cd0cd221632f.tar.bz2
android-node-v8-a132b8ae5cc928f98fcc87bec6c3cd0cd221632f.zip
src: fix more extra-semi warnings
PR-URL: https://github.com/nodejs/node/pull/26340 Reviewed-By: Masashi Hirano <shisama07@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'src/node_http2.h')
-rw-r--r--src/node_http2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_http2.h b/src/node_http2.h
index fbfb9a434f..c65da807d0 100644
--- a/src/node_http2.h
+++ b/src/node_http2.h
@@ -35,7 +35,7 @@ using performance::PerformanceEntry;
#define DEFAULT_MAX_SETTINGS 10
// Default maximum total memory cap for Http2Session.
-#define DEFAULT_MAX_SESSION_MEMORY 1e7;
+#define DEFAULT_MAX_SESSION_MEMORY 1e7
// These are the standard HTTP/2 defaults as specified by the RFC
#define DEFAULT_SETTINGS_HEADER_TABLE_SIZE 4096