aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_query_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/pq_query_helper.c')
-rw-r--r--src/pq/pq_query_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index cc24598e5..66858dd88 100644
--- a/src/pq/pq_query_helper.c
+++ b/src/pq/pq_query_helper.c
@@ -1083,7 +1083,7 @@ GNUNET_PQ_query_param_array_bytes (
1083struct GNUNET_PQ_QueryParam 1083struct GNUNET_PQ_QueryParam
1084GNUNET_PQ_query_param_array_ptrs_bytes ( 1084GNUNET_PQ_query_param_array_ptrs_bytes (
1085 unsigned int num, 1085 unsigned int num,
1086 const void *elements[], 1086 const void *elements[static num],
1087 const size_t *sizes, 1087 const size_t *sizes,
1088 struct GNUNET_PQ_Context *db) 1088 struct GNUNET_PQ_Context *db)
1089{ 1089{