diff th_regex.c @ 657:253a341216b7

Doxygen fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Jan 2020 00:38:40 +0200
parents ae601363fdad
children c5aa9ada1051
line wrap: on
line diff
--- a/th_regex.c	Mon Jan 27 00:38:14 2020 +0200
+++ b/th_regex.c	Mon Jan 27 00:38:40 2020 +0200
@@ -445,7 +445,7 @@
  * form as @c th_regex_t structures. Returns @c THERR_OK if successful,
  * or other @c THERR_* return value if not. In either case, the @p pexpr
  * may have been allocated and must be freed via th_regex_free().
- * @param[in,out] pexpr pointer to a pointer of @c th_regex_t structures to be 
+ * @param[in,out] pexpr pointer to a pointer of @c th_regex_t structures to be
  * @param[in] pattern regular expression pattern string
  * @returns @c THERR_* return value indicating success or failure
  */