--- src/pulse/channelmap.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pulse/channelmap.h b/src/pulse/channelmap.h index 8d62226..1c3eef4 100644 --- a/src/pulse/channelmap.h +++ b/src/pulse/channelmap.h @@ -314,7 +314,7 @@ char* pa_channel_map_snprint(char *s, size_t l, const pa_channel_map *map); /** Parse a channel position list or well-known mapping name into a * channel map structure. This turns the output of * pa_channel_map_snprint() and pa_channel_map_to_name() back into a - * pa_channel_map */ + * pa_channel_map. Returns NULL on failure. */ pa_channel_map *pa_channel_map_parse(pa_channel_map *map, const char *s); /** Compare two channel maps. Return 1 if both match. */ -- 1.7.7.3