commit aa816b97041f96c00e76af99a9182bf0413bbf9b
parent 34067a4a2cbb341bef58b6510565429557b539e3
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 28 Sep 2012 10:07:23 +0000
-make monkey happy
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/daemon/connection.c b/src/daemon/connection.c
@@ -392,11 +392,11 @@ try_ready_normal_body (struct MHD_Connection *connection)
connection->response_write_position));
if ((0 == ret) &&
(0 != (connection->daemon->options & MHD_USE_SELECT_INTERNALLY)))
- mhd_panic (mhd_panic_cls, __FILE__, __LINE__,
+ mhd_panic (mhd_panic_cls, __FILE__, __LINE__
#if HAVE_MESSAGES
- "API violation"
+ , "API violation"
#else
- NULL
+ , NULL
#endif
);
if ( (MHD_CONTENT_READER_END_OF_STREAM == ret) ||