Skip to content

Commit d6065f1

Browse files
GuneetGillkgryte
andauthored
chore: fix C lint errors
PR-URL: #11348 Closes: #11347 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Athan Reines <kgryte@gmail.com>
1 parent 2022569 commit d6065f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/base/unary-accumulate/src

lib/node_modules/@stdlib/ndarray/base/unary-accumulate/src/dispatch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ int8_t stdlib_ndarray_unary_accumulate_dispatch( const struct ndarrayUnaryAccumu
228228
struct ndarray *x1;
229229
struct ndarray *x2;
230230
struct ndarray *x3;
231+
const int64_t *s1;
231232
int8_t status;
232233
int64_t ndims;
233234
int64_t mab1;
234235
int64_t mib1;
235-
int64_t *s1;
236236
int64_t len;
237237
int64_t bp1;
238238
int8_t io1;

0 commit comments

Comments
 (0)