From dc23f290eed04f22545e3146ab6a2fd56b02738f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 11 Jun 2015 13:38:47 +0200 Subject: fixing #3817 --- src/pq/pq_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pq') diff --git a/src/pq/pq_helper.c b/src/pq/pq_helper.c index f4b0c0109..8fd7e207b 100644 --- a/src/pq/pq_helper.c +++ b/src/pq/pq_helper.c @@ -174,8 +174,8 @@ TALER_PQ_query_param_json (const json_t *x) */ struct TALER_PQ_ResultSpec TALER_PQ_result_spec_variable_size (const char *name, - void **dst, - size_t *sptr) + void **dst, + size_t *sptr) { struct TALER_PQ_ResultSpec res = { TALER_PQ_RF_VARSIZE_BLOB, (void *) (dst), 0, name, sptr }; -- cgit v1.2.3