pcm/SampleFormat: remove wrong "malloc" attribute

This commit is contained in:
Max Kellermann 2017-12-23 08:38:22 +01:00
parent d094c168aa
commit 98472a8104

View File

@ -122,7 +122,7 @@ sample_format_size(SampleFormat format)
* @param format a #SampleFormat enum value * @param format a #SampleFormat enum value
* @return the string * @return the string
*/ */
gcc_pure gcc_malloc gcc_pure
const char * const char *
sample_format_to_string(SampleFormat format) noexcept; sample_format_to_string(SampleFormat format) noexcept;