]> code.citadel.org Git - citadel.git/blobdiff - webcit/vcard.c
Generating text/x-vcard
[citadel.git] / webcit / vcard.c
index 1f866250118501e22e422c70a9882011df74bb32..431d57dfceee86138fc3e3aba63db960d05271cd 100644 (file)
@@ -260,7 +260,7 @@ void vcard_set_prop(struct vCard *v, char *name, char *value, int append) {
 
 
 /**
- * \brief Serialize a struct vcard into a standard text/x-vcard MIME type.
+ * \brief Serialize a struct vcard into its standard format.
  * \param v vCard to serialize
  * \return the serialized vCard
  */