diff options
Diffstat (limited to 'include/stc/carr2.h')
| -rw-r--r-- | include/stc/carr2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/carr2.h b/include/stc/carr2.h index 1762b8ad..f55cdd17 100644 --- a/include/stc/carr2.h +++ b/include/stc/carr2.h @@ -98,7 +98,7 @@ STC_INLINE _cx_iter _cx_memb(_end)(const _cx_self* self) { return c_make(_cx_iter){NULL, *self->data + self->xdim*self->ydim}; } STC_INLINE void _cx_memb(_next)(_cx_iter* it) - { if (++it->ref == it->_end) it->ref = NULL; } + { if (++it->ref == it->end) it->ref = NULL; } /* -------------------------- IMPLEMENTATION ------------------------- */ #if defined(i_implement) |
