Fix documentation
[citadel.git] / libcitadel / lib / stringbuf.c
index 9318ba66ca3a77fbd2fe91e0d80eb0eccb65977f..8a1528bbee2c6eb46815d0eef6040bc71e3f2392 100644 (file)
@@ -2780,7 +2780,7 @@ void StrBufReplaceChars(StrBuf *buf, char search, char replace)
 
 /**
  * @ingroup StrBuf
- * @brief removes all \r s from the string, or replaces them with \n if its not a combination of both.
+ * @brief removes all \\r s from the string, or replaces them with \n if its not a combination of both.
  * @param buf Buffer to modify
  */
 void StrBufToUnixLF(StrBuf *buf)