diff options
author | Tomasz Wasilczyk | 2017-01-12 16:52:57 -0600 |
---|---|---|
committer | Gerrit Code Review | 2017-01-12 16:52:58 -0600 |
commit | ae770a4728dd22dea87b1d073236ab2035dd7996 (patch) | |
tree | 8202deab2c670465dfa71ef646730d93191dd884 | |
parent | 72d4c42cd548b1e852fa6bda9abad3f9705aaf6c (diff) | |
parent | 3eba74fec1b5e18b70ed1084897e49a801a2119e (diff) | |
download | platform-system-core-ae770a4728dd22dea87b1d073236ab2035dd7996.tar.gz platform-system-core-ae770a4728dd22dea87b1d073236ab2035dd7996.tar.xz platform-system-core-ae770a4728dd22dea87b1d073236ab2035dd7996.zip |
Merge "Fix typo in radio_metadata_t definition."android-n-mr2-preview-1
-rw-r--r-- | include/system/radio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system/radio.h b/include/system/radio.h index 36e218889..03b252e30 100644 --- a/include/system/radio.h +++ b/include/system/radio.h | |||
@@ -84,7 +84,7 @@ typedef enum { | |||
84 | typedef unsigned int radio_handle_t; | 84 | typedef unsigned int radio_handle_t; |
85 | 85 | ||
86 | /* Opaque meta data structure used by radio meta data API (see system/radio_metadata.h) */ | 86 | /* Opaque meta data structure used by radio meta data API (see system/radio_metadata.h) */ |
87 | typedef struct radio_medtadata radio_metadata_t; | 87 | typedef struct radio_metadata radio_metadata_t; |
88 | 88 | ||
89 | 89 | ||
90 | /* Additional attributes for an FM band configuration */ | 90 | /* Additional attributes for an FM band configuration */ |