diff options
author | Max Kellermann <max@duempel.org> | 2013-12-04 15:04:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-04 15:04:54 +0100 |
commit | 859184000fc13a7688cc6666df378af1470c690e (patch) | |
tree | d7d73ff2d53cbf21e6a0a7e9b7e96e97d1859d91 /src/Mapper.hxx | |
parent | 1ad2f18c9e656186993203173c8ad72ebe09178a (diff) |
Mapper: update API documentation
Diffstat (limited to 'src/Mapper.hxx')
-rw-r--r-- | src/Mapper.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Mapper.hxx b/src/Mapper.hxx index aeaa15de5..c757c421e 100644 --- a/src/Mapper.hxx +++ b/src/Mapper.hxx @@ -137,8 +137,7 @@ map_spl_path(void); /** * Maps a playlist name (without the ".m3u" suffix) to a file system - * path. The return value is allocated on the heap and must be freed - * with g_free(). + * path. * * @return the path in file system encoding, or nullptr if mapping failed */ |