From 8cbf099054d50288075967fc6ccb069640786a50 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Feb 2017 08:48:44 +0100 Subject: [PATCH] tag/Id3Load: update API documentation --- src/tag/Id3Load.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tag/Id3Load.hxx b/src/tag/Id3Load.hxx index 0e8fbfbe3..cafbc7d5f 100644 --- a/src/tag/Id3Load.hxx +++ b/src/tag/Id3Load.hxx @@ -28,8 +28,7 @@ class InputStream; /** * Loads the ID3 tags from the #InputStream into a libid3tag object. * - * @return nullptr on error or if no ID3 tag was found in the file (no - * Error will be set) + * @return nullptr on error or if no ID3 tag was found in the file */ UniqueId3Tag tag_id3_load(InputStream &is);