aboutsummaryrefslogtreecommitdiffstats
path: root/src/DespotifyUtils.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DespotifyUtils.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DespotifyUtils.hxx b/src/DespotifyUtils.hxx
index b0f8f37c4..e250d148c 100644
--- a/src/DespotifyUtils.hxx
+++ b/src/DespotifyUtils.hxx
@@ -32,7 +32,7 @@ extern const class Domain despotify_domain;
* If the session isn't initialized, this function will initialize
* it and connect to Spotify.
*
- * @return a pointer to the despotify session, or NULL if it can't
+ * @return a pointer to the despotify session, or nullptr if it can't
* be initialized (e.g., if the configuration isn't supplied)
*/
struct despotify_session *mpd_despotify_get_session(void);