aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_str.h')
-rw-r--r--src/microhttpd/mhd_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index dbe97352..af58d5d4 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -475,7 +475,7 @@ MHD_uint8_to_str_pad (uint8_t val,
475 * hexadecimal digits, zero-terminate the result. 475 * hexadecimal digits, zero-terminate the result.
476 * @param bin the pointer to the binary data to convert 476 * @param bin the pointer to the binary data to convert
477 * @param size the size in bytes of the binary data to convert 477 * @param size the size in bytes of the binary data to convert
478 * @param hex the output buffer, but be at least 2 * @a size + 1 478 * @param hex the output buffer, should be at least 2 * @a size + 1
479 * @return The number of characters written to the output buffer, 479 * @return The number of characters written to the output buffer,
480 * not including terminating zero. 480 * not including terminating zero.
481 */ 481 */