Fix typo in radio_metadata_t definition.
Test: none, this struct is opaque. Change-Id: I6b8f5787441618a7a818c7d4595010d241574c13
This commit is contained in:
parent
6bc1d38381
commit
3eba74fec1
|
@ -84,7 +84,7 @@ typedef enum {
|
|||
typedef unsigned int radio_handle_t;
|
||||
|
||||
/* Opaque meta data structure used by radio meta data API (see system/radio_metadata.h) */
|
||||
typedef struct radio_medtadata radio_metadata_t;
|
||||
typedef struct radio_metadata radio_metadata_t;
|
||||
|
||||
|
||||
/* Additional attributes for an FM band configuration */
|
||||
|
|
Loading…
Reference in New Issue