summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/core/bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/libosmocore/include/osmocom/core/bits.h')
-rw-r--r--src/shared/libosmocore/include/osmocom/core/bits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/libosmocore/include/osmocom/core/bits.h b/src/shared/libosmocore/include/osmocom/core/bits.h
index b541b9ce..4c685321 100644
--- a/src/shared/libosmocore/include/osmocom/core/bits.h
+++ b/src/shared/libosmocore/include/osmocom/core/bits.h
@@ -73,6 +73,6 @@ uint32_t osmo_revbytebits_8(uint8_t x);
/* \brief reverse the bits of each byte in a given buffer */
void osmo_revbytebits_buf(uint8_t *buf, int len);
-/*! }@ */
+/*! @} */
#endif /* _OSMO_BITS_H */