diff options
author | Philipp Maier <pmaier@sysmocom.de> | 2019-09-16 13:22:00 +0200 |
---|---|---|
committer | dexter <pmaier@sysmocom.de> | 2019-09-20 08:11:30 +0000 |
commit | 8bd05b58a855fdccbf2325f4669ff3197ed2801a (patch) | |
tree | 5fd62951e95196c3ebcff20a0d323b1fb24f3577 /include | |
parent | 210acc631f063b24d4b3fa4f4df04cff383254cd (diff) |
cosmetic: Move comment to the right place
Change-Id: I3d548fcc7d500baf37134b14af91bc7b284ce6ad
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/codec/ecu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/codec/ecu.h b/include/osmocom/codec/ecu.h index ec946702..f3b34c97 100644 --- a/include/osmocom/codec/ecu.h +++ b/include/osmocom/codec/ecu.h @@ -5,7 +5,6 @@ #include <osmocom/codec/codec.h> -/* Codec independent ECU state */ struct osmo_ecu_fr_state { bool subsequent_lost_frame; uint8_t frame_backup[GSM_FR_BYTES]; @@ -40,6 +39,7 @@ enum osmo_ecu_codec { * -- Harald Welte <laforge@gnumonks.org> on August 1, 2019. */ +/* Codec independent ECU state */ struct osmo_ecu_state { enum osmo_ecu_codec codec; uint8_t data[0]; |