libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit a9c191d2db7688b596d5c42ac3756a69bc7b7ff8
parent ccfe7bafafbca43b94cf3d1c75144f51d57a5386
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 26 Apr 2017 16:09:18 +0300

mhd_str.c: fixed c/p error in comment

Diffstat:
Msrc/microhttpd/mhd_str.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c @@ -166,7 +166,7 @@ toasciiupper (char c) * Convert US-ASCII decimal digit to its value. * * @param c character to convert - * @return value of hexadecimal digit or -1 if @ c is not hexadecimal digit + * @return value of decimal digit or -1 if @ c is not decimal digit */ _MHD_inline int todigitvalue (char c)