Skip to content

Commit 814f6e5

Browse files
committed
chore: fix C lint errors (issue stdlib-js#6238)
1 parent 1aa8723 commit 814f6e5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
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-
// cppcheck-suppress shadowVariable
22+
// cppcheck-suppress shadowVar
2323
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_floor10 )

0 commit comments

Comments
 (0)