aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-21 20:44:03 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-21 22:22:22 +0300
commitedfdbbf794837190729f1bc9c87e6cfbe26717d9 (patch)
treed02bda8fd2e6af9a0402f2ea7a17d23a3834cc1c /src/microhttpd/connection.c
parentd5d03f11610c6c05591cafbeb4b5722e1efbffb8 (diff)
downloadlibmicrohttpd-edfdbbf794837190729f1bc9c87e6cfbe26717d9.tar.gz
libmicrohttpd-edfdbbf794837190729f1bc9c87e6cfbe26717d9.zip
Fixed doxygen comments,
Fixed spelling in comments
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index b73e6d5a..308fb33a 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -949,7 +949,6 @@ MHD_lookup_connection_value (struct MHD_Connection *connection,
949 * @param[out] value_size_ptr the pointer variable, which will set to found value, 949 * @param[out] value_size_ptr the pointer variable, which will set to found value,
950 * will not be updated if key not found, 950 * will not be updated if key not found,
951 * could be NULL 951 * could be NULL
952 * @param key_size the length of @a key in bytes
953 * @return #MHD_YES if key is found, 952 * @return #MHD_YES if key is found,
954 * #MHD_NO otherwise. 953 * #MHD_NO otherwise.
955 * @ingroup request 954 * @ingroup request