Skip to content

Commit 65f13e7

Browse files
committed
[fix]: resolve C linting error
1 parent 0610ff5 commit 65f13e7

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/roundn/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/roundn/src/addon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
#include "stdlib/math/base/special/roundn.h"
2020
#include "stdlib/math/base/napi/binary.h"
2121

22-
STDLIB_MATH_BASE_NAPI_MODULE_DI_D(stdlib_base_roundn_module)
22+
STDLIB_MATH_BASE_NAPI_MODULE_DI_D(stdlib_base_roundn)

0 commit comments

Comments
 (0)