Skip to content

Commit a8c7374

Browse files
danbevMylesBorins
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. Backport-PR-URL: #19447 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 d89afe8 commit a8c7374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_api.h

Lines changed: 1 addition & 1 deletion
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)