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.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index 0350ad336..1e2f7a965 100644
--- a/src/pq/pq_query_helper.c
+++ b/src/pq/pq_query_helper.c
@@ -675,14 +675,14 @@ qconv_array (
675 same_sized = (0 != meta->same_size); 675 same_sized = (0 != meta->same_size);
676 676
677#define RETURN_UNLESS(cond) \ 677#define RETURN_UNLESS(cond) \
678 do { \ 678 do { \
679 if (! (cond)) \ 679 if (! (cond)) \
680 { \ 680 { \
681 GNUNET_break ((cond)); \ 681 GNUNET_break ((cond)); \
682 noerror = false; \ 682 noerror = false; \
683 goto DONE; \ 683 goto DONE; \
684 } \ 684 } \
685 } while (0) 685 } while (0)
686 686
687 /* Calculate sizes and check bounds */ 687 /* Calculate sizes and check bounds */
688 { 688 {
@@ -1174,7 +1174,7 @@ GNUNET_PQ_query_param_array_string (
1174struct GNUNET_PQ_QueryParam 1174struct GNUNET_PQ_QueryParam
1175GNUNET_PQ_query_param_array_ptrs_string ( 1175GNUNET_PQ_query_param_array_ptrs_string (
1176 unsigned int num, 1176 unsigned int num,
1177 const char *elements[], 1177 const char *elements[static num],
1178 struct GNUNET_PQ_Context *db) 1178 struct GNUNET_PQ_Context *db)
1179{ 1179{
1180 Oid oid; 1180 Oid oid;