diff options
| author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-04-12 16:20:24 +0200 | 
|---|---|---|
| committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-04-12 16:20:24 +0200 | 
| commit | c93e699d5810ec8a46eba9e8900fcd3d49216aca (patch) | |
| tree | b8bd3456feabf302624363ada43c5b7bd37fa4e5 /src/bank-lib | |
| parent | 054fe2fb056dbfa200775a7c175b15af5ca7b638 (diff) | |
Still on making the compiler happy.
Diffstat (limited to 'src/bank-lib')
| -rw-r--r-- | src/bank-lib/test_bank_interpreter.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/test_bank_interpreter.c b/src/bank-lib/test_bank_interpreter.c index 9430e84b..4d5c714d 100644 --- a/src/bank-lib/test_bank_interpreter.c +++ b/src/bank-lib/test_bank_interpreter.c @@ -537,7 +537,7 @@ static void  add_incoming_cb (void *cls,                   unsigned int http_status,                   enum TALER_ErrorCode ec, -                 uint64_t row_id, +                 long long unsigned int row_id,                   struct GNUNET_TIME_Absolute timestamp,                   const json_t *json)  {  | 
