Fixed a bug in CtdlSetSeen() where if the target room
[citadel.git] / libcitadel / lib / tools.c
index fac3cb5ad6644f08cd52efc4dca0659f633b1155..66b85ad2351d831ea5dea8b9643482f9b1c7a392 100644 (file)
@@ -881,10 +881,8 @@ int is_msg_in_mset(char *mset, long msgnum) {
 
 
 /*
- * \brief searches for a  paternn within asearch string
- * \param search the string to search 
- * \param patn the pattern to find in string
- * \returns position in string
+ * searches for a pattern within a search string
+ * returns position in string
  */
 int pattern2(char *search, char *patn)
 {