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 <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
danbev committed May 24, 2017
1 parent ba513d1 commit 260cd41
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 260cd41

Please sign in to comment.