aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-31 17:02:32 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-31 17:02:32 +0000
commit82298b29d4c2f23fde63348022b2e39bedf253d3 (patch)
treee9beda00717fd11e4ceff7bf5024392a38de254f
parentdbc57ff2f07ebed0755d4803a5bb5d192b64822a (diff)
downloadlibmicrohttpd-82298b29d4c2f23fde63348022b2e39bedf253d3.tar.gz
libmicrohttpd-82298b29d4c2f23fde63348022b2e39bedf253d3.zip
-formatting
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 0d30d74a..9f484d4e 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -934,7 +934,7 @@ typedef int
934 */ 934 */
935typedef void 935typedef void
936 (*MHD_RequestCompletedCallback) (void *cls, 936 (*MHD_RequestCompletedCallback) (void *cls,
937 struct MHD_Connection * connection, 937 struct MHD_Connection *connection,
938 void **con_cls, 938 void **con_cls,
939 enum MHD_RequestTerminationCode toe); 939 enum MHD_RequestTerminationCode toe);
940 940