From edfdbbf794837190729f1bc9c87e6cfbe26717d9 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 21 May 2019 20:44:03 +0300 Subject: Fixed doxygen comments, Fixed spelling in comments --- src/microhttpd/connection.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/microhttpd/connection.c') 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, * @param[out] value_size_ptr the pointer variable, which will set to found value, * will not be updated if key not found, * could be NULL - * @param key_size the length of @a key in bytes * @return #MHD_YES if key is found, * #MHD_NO otherwise. * @ingroup request -- cgit v1.2.3