libmicrohttpd

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

commit c282b3009db5bdf8b6d80ac1c482e805137ef856
parent 845b05cc597431ee09c52c05c0678535ab0d48bb
Author: Toni Ruottu <toni.ruottu@helsinki.fi>
Date:   Sun,  7 Jan 2007 20:28:44 +0000

Repaired a broken comment.

Diffstat:
Msrc/include/microhttpd.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -277,7 +277,6 @@ MHD_register_handler(struct MHD_Daemon * daemon, * @return MHD_NO if a handler for this exact prefix * is not known for this daemon */ - */ int MHD_unregister_handler(struct MHD_Daemon * daemon, const char * uri_prefix,