Skip to content

Commit

Permalink
src: correct endif comment SRC_NODE_API_H__
Browse files Browse the repository at this point in the history
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: #19447
PR-URL: #13190
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <mhdawson@ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
danbev authored and MylesBorins committed Apr 16, 2018
1 parent d89afe8 commit a8c7374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_api.h
Expand Up @@ -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_

0 comments on commit a8c7374

Please sign in to comment.