commit | 85d0e23c591d1fa1de3d409480bfab8e722bd324 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Jan 12 19:09:09 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jan 12 19:09:09 2017 +0000 |
tree | 1ec89dcb7365864d09965d19b3c358913bd3bf24 | |
parent | cc3aeaa2d13fb74cfd0863ba2f50457ed8417ede [diff] | |
parent | 40ed1d5bd2df0e41e75e643f90782f75f8abc9e9 [diff] |
Merge "Fix typo in radio_metadata_t definition."
diff --git a/include/system/radio.h b/include/system/radio.h index ea77bdd..acf3ea7 100644 --- a/include/system/radio.h +++ b/include/system/radio.h
@@ -84,7 +84,7 @@ typedef uint32_t 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 */