From 8bd05b58a855fdccbf2325f4669ff3197ed2801a Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 16 Sep 2019 13:22:00 +0200 Subject: cosmetic: Move comment to the right place Change-Id: I3d548fcc7d500baf37134b14af91bc7b284ce6ad --- include/osmocom/codec/ecu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -/* 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 on August 1, 2019. */ +/* Codec independent ECU state */ struct osmo_ecu_state { enum osmo_ecu_codec codec; uint8_t data[0]; -- cgit v1.2.3