aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_result_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/pq_result_helper.c')
-rw-r--r--src/pq/pq_result_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
index 4fca0e6cb..f230826cb 100644
--- a/src/pq/pq_result_helper.c
+++ b/src/pq/pq_result_helper.c
@@ -1697,7 +1697,7 @@ GNUNET_PQ_result_spec_array_string (
1697 info->typ = array_of_string; 1697 info->typ = array_of_string;
1698 GNUNET_assert (GNUNET_OK == 1698 GNUNET_assert (GNUNET_OK ==
1699 GNUNET_PQ_get_oid_by_name (db, 1699 GNUNET_PQ_get_oid_by_name (db,
1700 "varchar", 1700 "text",
1701 &info->oid)); 1701 &info->oid));
1702 1702
1703 struct GNUNET_PQ_ResultSpec res = { 1703 struct GNUNET_PQ_ResultSpec res = {