Skip to content

Commit 8f5ff7d

Browse files
committed
fix missing endif after rebasing
1 parent 82365c3 commit 8f5ff7d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

distr/flecs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ FLECS_ALWAYS_INLINE int32_t flecs_sparse_id_record_lock_dec_multithreaded(
607607
ecs_component_record_t *cr);
608608

609609
#endif
610+
#endif
610611

611612
/**
612613
* @file storage/table.h

src/storage/component_index.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,4 @@ FLECS_ALWAYS_INLINE int32_t flecs_sparse_id_record_lock_dec_multithreaded(
195195
ecs_component_record_t *cr);
196196

197197
#endif
198+
#endif

0 commit comments

Comments
 (0)