From a132b8ae5cc928f98fcc87bec6c3cd0cd221632f Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Wed, 27 Feb 2019 11:14:58 -0800 Subject: src: fix more extra-semi warnings PR-URL: https://github.com/nodejs/node/pull/26340 Reviewed-By: Masashi Hirano Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater --- src/node_http2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_http2.h') 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 -- cgit v1.2.3