summaryrefslogtreecommitdiff
path: root/src/bank-lib/bank_api_history.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-10-22 12:29:34 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-10-22 12:29:34 +0200
commitb0d00823eb96de733510354366246a94c6636b9f (patch)
tree82adb1c4ce25b91d5d8bd6626aa02ed4cd371334 /src/bank-lib/bank_api_history.c
parent7c9b41472fb5abe236554b6414e6c0026d8ac911 (diff)
downloadexchange-b0d00823eb96de733510354366246a94c6636b9f.tar.gz
exchange-b0d00823eb96de733510354366246a94c6636b9f.tar.bz2
exchange-b0d00823eb96de733510354366246a94c6636b9f.zip
Fix compiler warnings.
Diffstat (limited to 'src/bank-lib/bank_api_history.c')
-rw-r--r--src/bank-lib/bank_api_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/bank_api_history.c b/src/bank-lib/bank_api_history.c
index fa53a5bba..46be1085a 100644
--- a/src/bank-lib/bank_api_history.c
+++ b/src/bank-lib/bank_api_history.c
@@ -350,7 +350,7 @@ TALER_BANK_history (struct GNUNET_CURL_Context *ctx,
hh->job = GNUNET_CURL_job_add (ctx,
eh,
GNUNET_NO,
- &handle_history_finished,
+ (GC_JCC) &handle_history_finished,
hh);
return hh;
}