diff options
Diffstat (limited to 'src/microhttpd/connection.h')
-rw-r--r-- | src/microhttpd/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.h b/src/microhttpd/connection.h index a9df9998..74ebafcb 100644 --- a/src/microhttpd/connection.h +++ b/src/microhttpd/connection.h | |||
@@ -153,7 +153,7 @@ MHD_connection_close_ (struct MHD_Connection *connection, | |||
153 | void | 153 | void |
154 | MHD_connection_finish_forward_ (struct MHD_Connection *connection); | 154 | MHD_connection_finish_forward_ (struct MHD_Connection *connection); |
155 | #else /* ! HTTPS_SUPPORT */ | 155 | #else /* ! HTTPS_SUPPORT */ |
156 | #define MHD_connection_finish_forward_(conn) (void)conn | 156 | #define MHD_connection_finish_forward_(conn) (void) conn |
157 | #endif /* ! HTTPS_SUPPORT */ | 157 | #endif /* ! HTTPS_SUPPORT */ |
158 | 158 | ||
159 | 159 | ||