Skip to content

Commit 3ccef8e

Browse files
danbevjasnell
authored andcommitted
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. 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]>
1 parent 07c7f19 commit 3ccef8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_api.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,4 +480,4 @@ NAPI_EXTERN napi_status napi_cancel_async_work(napi_env env,
480480

481481
EXTERN_C_END
482482

483-
#endif // SRC_NODE_API_H__
483+
#endif // SRC_NODE_API_H_

0 commit comments

Comments
 (0)