diff options
Diffstat (limited to 'src/crcXXgen.c.tpl')
-rw-r--r-- | src/crcXXgen.c.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crcXXgen.c.tpl b/src/crcXXgen.c.tpl index 5d70753a..80bf1e2a 100644 --- a/src/crcXXgen.c.tpl +++ b/src/crcXXgen.c.tpl @@ -115,6 +115,6 @@ osmo_crcXXgen_set_bits(const struct osmo_crcXXgen_code *code, crc_bits[i] = ((crc >> (code->bits-i-1)) & 1); } -/*! }@ */ +/*! @} */ /* vim: set syntax=c: */ |