From 5b2efa2b0694f2e1d16af15c7c47cbd26f7c64c1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 28 Jul 2019 15:39:28 +0200 Subject: fixing #5767 --- src/lib/teah_common.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/lib/teah_common.c') diff --git a/src/lib/teah_common.c b/src/lib/teah_common.c index b8bea1871..cc8a23754 100644 --- a/src/lib/teah_common.c +++ b/src/lib/teah_common.c @@ -31,8 +31,7 @@ /** - * Add the @a body as POST data to the easy handle in - * @a ctx. + * Add the @a body as POST data to the easy handle in @a ctx. * * @param ctx[in,out] a request context (updated) * @param eh easy handle to use @@ -41,8 +40,8 @@ */ int TALER_curl_easy_post (struct TEAH_PostContext *ctx, - CURL *eh, - const json_t *body) + CURL *eh, + const json_t *body) { char *str; size_t slen; -- cgit v1.2.3