diff options
author | Max Kellermann <max@duempel.org> | 2013-10-28 23:58:17 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-28 23:58:17 +0100 |
commit | 20597b3632d3b6e25ba532716106f90d5b64d0e8 (patch) | |
tree | fa6dabaff127150caf3cf4723257f15ef2c3e0f8 /src/AudioFormat.hxx | |
parent | 4728735acf20fba24d0d03ab431160e250325869 (diff) | |
download | mpd-20597b3632d3b6e25ba532716106f90d5b64d0e8.tar.gz mpd-20597b3632d3b6e25ba532716106f90d5b64d0e8.tar.xz mpd-20597b3632d3b6e25ba532716106f90d5b64d0e8.zip |
*: use nullptr instead of NULL
Diffstat (limited to 'src/AudioFormat.hxx')
-rw-r--r-- | src/AudioFormat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AudioFormat.hxx b/src/AudioFormat.hxx index 5b0686031..fae7625ea 100644 --- a/src/AudioFormat.hxx +++ b/src/AudioFormat.hxx @@ -305,7 +305,7 @@ sample_format_to_string(SampleFormat format); * * @param af the #audio_format object * @param s a buffer to print into - * @return the string, or NULL if the #audio_format object is invalid + * @return the string, or nullptr if the #audio_format object is invalid */ gcc_pure gcc_malloc const char * |