diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2012-04-18 21:53:23 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2012-04-18 21:53:23 +0200 |
commit | dca7d2caaafd7d13d8c97e56330deea839ceda56 (patch) | |
tree | 69feb2702f8b139a9e52e64073fa3cedb7343622 /src/gsm/a5.c | |
parent | bc32d051bf408cdf3fb5d502353bd005a599e40b (diff) |
doc: Fix the Doxygen section endings
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/gsm/a5.c')
-rw-r--r-- | src/gsm/a5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/a5.c b/src/gsm/a5.c index 34f271a8..356060ab 100644 --- a/src/gsm/a5.c +++ b/src/gsm/a5.c @@ -364,4 +364,4 @@ osmo_a5_2(const uint8_t *key, uint32_t fn, ubit_t *dl, ubit_t *ul) } } -/*! }@ */ +/*! @} */ |