mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Various minor comments fixes
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
/**
|
||||
* @file src/mhd2/mhd_buffer.h
|
||||
* @brief The definition of the MHD_Buffer type
|
||||
* @brief The definition of the struct mhd_Buffer
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
*/
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ mhd_stream_finish_req_serving (struct MHD_Connection *restrict c,
|
||||
MHD_FN_PAR_NONNULL_ALL_;
|
||||
|
||||
/**
|
||||
* Update last activity mark to the current time..
|
||||
* Update last activity mark to the current time.
|
||||
* @param c the connection to update
|
||||
*/
|
||||
MHD_INTERNAL void
|
||||
|
||||
Reference in New Issue
Block a user