aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2019-09-16 13:22:00 +0200
committerdexter <pmaier@sysmocom.de>2019-09-20 08:11:30 +0000
commit8bd05b58a855fdccbf2325f4669ff3197ed2801a (patch)
tree5fd62951e95196c3ebcff20a0d323b1fb24f3577
parent210acc631f063b24d4b3fa4f4df04cff383254cd (diff)
cosmetic: Move comment to the right place
-rw-r--r--include/osmocom/codec/ecu.h2
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];