summaryrefslogtreecommitdiff
path: root/src/pq/pq_helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-10 17:39:34 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-10 17:39:34 +0200
commit9a3dd7cb25a410270a2feb672aa84afd8ea4bca2 (patch)
tree2f9fd1f2cc1211a7f36fd1249eba9d94ce5791f8 /src/pq/pq_helper.c
parentaef3b7c350e34f71425ef403d3e5991aced2eb57 (diff)
downloadexchange-9a3dd7cb25a410270a2feb672aa84afd8ea4bca2.tar.gz
exchange-9a3dd7cb25a410270a2feb672aa84afd8ea4bca2.tar.bz2
exchange-9a3dd7cb25a410270a2feb672aa84afd8ea4bca2.zip
new test for uint and json APIs
Diffstat (limited to 'src/pq/pq_helper.c')
-rw-r--r--src/pq/pq_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_helper.c b/src/pq/pq_helper.c
index 01441dec3..f4b0c0109 100644
--- a/src/pq/pq_helper.c
+++ b/src/pq/pq_helper.c
@@ -294,7 +294,7 @@ TALER_PQ_result_spec_uint16 (const char *name,
*/
struct TALER_PQ_ResultSpec
TALER_PQ_result_spec_uint32 (const char *name,
- uint16_t *u32)
+ uint32_t *u32)
{
struct TALER_PQ_ResultSpec res =
{TALER_PQ_RF_UINT32, (void *) u32, sizeof (*u32), (name), NULL };