Fixed a mistake in the getBodyPartAttachment() function comment.

This commit is contained in:
Vincent Richard 2005-10-14 11:01:20 +00:00
parent a4161cf09d
commit 26cad9e258

View File

@ -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 <const attachment>
getBodyPartAttachment(ref <const bodyPart> part);