diff options
Diffstat (limited to 'include/stc/carr3.h')
| -rw-r--r-- | include/stc/carr3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/carr3.h b/include/stc/carr3.h index 4de21208..fdc29b6f 100644 --- a/include/stc/carr3.h +++ b/include/stc/carr3.h @@ -101,7 +101,7 @@ STC_INLINE _cx_iter _cx_memb(_end)(const _cx_self* self) { return c_make(_cx_iter){NULL, **self->data + _cx_memb(_size)(self)}; } 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) |
