Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit ef66fd4

Browse files
committed
code cleanup
1 parent 9c19346 commit ef66fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arraymap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ fam_get_all(FAMObject *self, PyObject *key) {
20252025
npy_type_dst v; \
20262026
for (; i < key_size; i++) { \
20272027
v = post_deref(*(npy_type_src*)PyArray_GETPTR1(key_array, i)); \
2028-
table_pos = lookup_func(self, v, hash_func(v), kat); \
2028+
table_pos = lookup_func(self, v, hash_func(v), kat); \
20292029
if (table_pos < 0 || (self->table[table_pos].hash == -1)) { \
20302030
if (PyErr_Occurred()) { \
20312031
Py_DECREF(values); \

0 commit comments

Comments
 (0)