summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index e402e61..bda8159 100644
--- a/httpd.c
+++ b/httpd.c
@@ -360,7 +360,7 @@ void httpd_connection(FILE *f)
360#ifndef NO_MASTODON_API 360#ifndef NO_MASTODON_API
361 if (status == 0) 361 if (status == 0)
362 status = mastoapi_delete_handler(req, q_path, 362 status = mastoapi_delete_handler(req, q_path,
363 &body, &b_size, &ctype); 363 payload, p_size, &body, &b_size, &ctype);
364#endif 364#endif
365 } 365 }
366 366