mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
mhd_str.h: fixed typo in doxy
This commit is contained in:
@@ -475,7 +475,7 @@ MHD_uint8_to_str_pad (uint8_t val,
|
||||
* hexadecimal digits, zero-terminate the result.
|
||||
* @param bin the pointer to the binary data to convert
|
||||
* @param size the size in bytes of the binary data to convert
|
||||
* @param hex the output buffer, but be at least 2 * @a size + 1
|
||||
* @param hex the output buffer, should be at least 2 * @a size + 1
|
||||
* @return The number of characters written to the output buffer,
|
||||
* not including terminating zero.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user