Skip to content

Commit

Permalink
Update hoclist.h
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino authored Dec 7, 2024
1 parent c26ef21 commit e2f0a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oc/hoclist.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ constexpr auto range_sec(hoc_List* iterable) {
return iterator{iterable->next};
}
auto end() {
return iterator{(hoc_Item*)(iterable)};
return iterator{(hoc_Item*) (iterable)};
}
};
return iterable_wrapper{iterable};
Expand Down

0 comments on commit e2f0a2e

Please sign in to comment.