Skip to content

Commit 434e750

Browse files
committed
chore: fix C lint errors (issue #6238)
1 parent 99f3923 commit 434e750

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/floor10/src

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
#include "stdlib/math/base/special/floor10.h"
2020
#include "stdlib/math/base/napi/unary.h"
2121

22-
// Changed `stdlib_base_floor10` to `stdlib_base_floor10_module` to avoid shadowing:
23-
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_floor10_module )
22+
// The macro likely expects this exact name:
23+
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_floor10 )

0 commit comments

Comments
 (0)