Skip to content

Commit 9f9e3ac

Browse files
committed
Fix identifier
1 parent a5bd98a commit 9f9e3ac

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/bytes-per-element/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/bytes-per-element/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ double benchmark() {
109109
STDLIB_NDARRAY_FLOAT32,
110110
STDLIB_NDARRAY_FLOAT64
111111
};
112-
enum STDLIB_NDARRAY_DTYPES dtype;
112+
enum STDLIB_NDARRAY_DTYPE dtype;
113113

114114
t = tic();
115115
for ( i = 0; i < ITERATIONS; i++ ) {

0 commit comments

Comments
 (0)