summaryrefslogtreecommitdiffstats
path: root/collection/collection_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'collection/collection_queue.h')
-rw-r--r--collection/collection_queue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/collection/collection_queue.h b/collection/collection_queue.h
index 86c3925..21350be 100644
--- a/collection/collection_queue.h
+++ b/collection/collection_queue.h
@@ -319,5 +319,8 @@ int col_enqueue_item(struct collection_item *queue,
int col_dequeue_item(struct collection_item *queue,
struct collection_item **item);
+/**
+ * @}
+ */
#endif