cosmetic: Move comment to the right place

Change-Id: I3d548fcc7d500baf37134b14af91bc7b284ce6ad
This commit is contained in:
Philipp Maier 2019-09-16 13:22:00 +02:00 committed by dexter
parent 210acc631f
commit 8bd05b58a8
1 changed files with 1 additions and 1 deletions

View File

@ -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];