From a8c73748dbe5ec15cbf27743c4fe310baaa30ed9 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 24 May 2017 12:49:07 +0200 Subject: [PATCH] src: correct endif comment SRC_NODE_API_H__ Really minor but I could not find an open PR for anything n-api where this could be changed, so creating this so that it is not forgotten. Backport-PR-URL: https://github.com/nodejs/node/pull/19447 PR-URL: https://github.com/nodejs/node/pull/13190 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson Reviewed-By: James M Snell --- src/node_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_api.h b/src/node_api.h index 29c5c513f72f59..5a95c030a35272 100644 --- a/src/node_api.h +++ b/src/node_api.h @@ -480,4 +480,4 @@ NAPI_EXTERN napi_status napi_cancel_async_work(napi_env env, EXTERN_C_END -#endif // SRC_NODE_API_H__ +#endif // SRC_NODE_API_H_