aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_str.c')
-rw-r--r--src/microhttpd/mhd_str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c
index 6c07a574..7c7fcf1f 100644
--- a/src/microhttpd/mhd_str.c
+++ b/src/microhttpd/mhd_str.c
@@ -226,7 +226,7 @@ toxdigitvalue (char c)
226 * Caseless compare two characters. 226 * Caseless compare two characters.
227 * 227 *
228 * @param c1 the first char to compare 228 * @param c1 the first char to compare
229 * @param c1 the second char to compare 229 * @param c2 the second char to compare
230 * @return boolean 'true' if chars are caseless equal, false otherwise 230 * @return boolean 'true' if chars are caseless equal, false otherwise
231 */ 231 */
232_MHD_static_inline bool 232_MHD_static_inline bool
@@ -356,7 +356,7 @@ charsequalcaseless (const char c1, const char c2)
356 * Caseless compare two characters. 356 * Caseless compare two characters.
357 * 357 *
358 * @param c1 the first char to compare 358 * @param c1 the first char to compare
359 * @param c1 the second char to compare 359 * @param c2 the second char to compare
360 * @return boolean 'true' if chars are caseless equal, false otherwise 360 * @return boolean 'true' if chars are caseless equal, false otherwise
361 */ 361 */
362#define charsequalcaseless(c1, c2) \ 362#define charsequalcaseless(c1, c2) \