commit | 4966ff4d46c4871d13d55c8ffd3e0261f45c05b1 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Jan 12 22:52:57 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 12 22:52:58 2017 +0000 |
tree | 8202deab2c670465dfa71ef646730d93191dd884 | |
parent | 743419df8b90202d4710590c7f93b94d887f3d1a [diff] | |
parent | 12219a5c91752e90148315f36a1b645588ba9ca5 [diff] |
Merge "Fix typo in radio_metadata_t definition."
diff --git a/include/system/radio.h b/include/system/radio.h index 36e2188..03b252e 100644 --- a/include/system/radio.h +++ b/include/system/radio.h
@@ -84,7 +84,7 @@ 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 */