Commit 98472a81 authored by Max Kellermann's avatar Max Kellermann

pcm/SampleFormat: remove wrong "malloc" attribute

parent d094c168
......@@ -122,7 +122,7 @@ sample_format_size(SampleFormat format)
* @param format a #SampleFormat enum value
* @return the string
*/
gcc_pure gcc_malloc
gcc_pure
const char *
sample_format_to_string(SampleFormat format) noexcept;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment