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.

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 jasnell committed May 25, 2017
1 parent a041722 commit 0c5c0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_api.h
Original file line number Diff line number Diff line change
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 0c5c0b1

Please sign in to comment.