aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 9e59738c..513d6415 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1901,7 +1901,7 @@ buffer_append (char *buf,
1901 * false if not enough space is available 1901 * false if not enough space is available
1902 */ 1902 */
1903#define buffer_append_s(buf,ppos,buf_size,str) \ 1903#define buffer_append_s(buf,ppos,buf_size,str) \
1904 buffer_append(buf,ppos,buf_size,str, MHD_STATICSTR_LEN_(str)) 1904 buffer_append (buf,ppos,buf_size,str, MHD_STATICSTR_LEN_ (str))
1905 1905
1906 1906
1907/** 1907/**