Skip to content

Commit 260cd41

Browse files
committed
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 <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>
1 parent ba513d1 commit 260cd41

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)