[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 01/02: -match prototype
From: |
gnunet |
Subject: |
[gnunet] 01/02: -match prototype |
Date: |
Sun, 27 Aug 2023 14:05:48 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit 95f401fb33745458df68f9cfd404db7dfe2dc568
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Aug 27 13:48:15 2023 +0200
-match prototype
---
src/pq/pq_query_helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index 66858dd88..0350ad336 100644
--- a/src/pq/pq_query_helper.c
+++ b/src/pq/pq_query_helper.c
@@ -1129,7 +1129,7 @@ GNUNET_PQ_query_param_array_bytes_same_size (
struct GNUNET_PQ_QueryParam
GNUNET_PQ_query_param_array_ptrs_bytes_same_size (
unsigned int num,
- const void *elements[],
+ const void *elements[static num],
size_t same_size,
struct GNUNET_PQ_Context *db)
{
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.