From 26cad9e25864a4b40683e2c17d413100fae36781 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 14 Oct 2005 11:01:20 +0000 Subject: [PATCH] Fixed a mistake in the getBodyPartAttachment() function comment. --- vmime/attachmentHelper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmime/attachmentHelper.hpp b/vmime/attachmentHelper.hpp index 6316962f..0e8d81d8 100644 --- a/vmime/attachmentHelper.hpp +++ b/vmime/attachmentHelper.hpp @@ -57,7 +57,7 @@ public: * information (ie. is not an attachment), NULL is returned. * * @param part message part in which to search - * @return a list of attachments found + * @return attachment found in the part, or NULL */ static ref getBodyPartAttachment(ref part);