aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Ruottu <toni.ruottu@helsinki.fi>2007-01-07 20:28:44 +0000
committerToni Ruottu <toni.ruottu@helsinki.fi>2007-01-07 20:28:44 +0000
commitc282b3009db5bdf8b6d80ac1c482e805137ef856 (patch)
tree5854f709c8c286826809bc2f90466863923e1bc8
parent845b05cc597431ee09c52c05c0678535ab0d48bb (diff)
downloadlibmicrohttpd-c282b3009db5bdf8b6d80ac1c482e805137ef856.tar.gz
libmicrohttpd-c282b3009db5bdf8b6d80ac1c482e805137ef856.zip
Repaired a broken comment.
-rw-r--r--src/include/microhttpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index be6f4587..52070284 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -277,7 +277,6 @@ MHD_register_handler(struct MHD_Daemon * daemon,
277 * @return MHD_NO if a handler for this exact prefix 277 * @return MHD_NO if a handler for this exact prefix
278 * is not known for this daemon 278 * is not known for this daemon
279 */ 279 */
280 */
281int 280int
282MHD_unregister_handler(struct MHD_Daemon * daemon, 281MHD_unregister_handler(struct MHD_Daemon * daemon,
283 const char * uri_prefix, 282 const char * uri_prefix,