From 20597b3632d3b6e25ba532716106f90d5b64d0e8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Oct 2013 23:58:17 +0100 Subject: *: use nullptr instead of NULL --- src/AudioFormat.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AudioFormat.hxx') 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 * -- cgit v1.2.3