-make picky gcc happy
This commit is contained in:
parent
8d85c8b5b6
commit
3510f953b0
@ -206,14 +206,16 @@ withdraw_cs_stage_two_callback (void *cls,
|
|||||||
wh);
|
wh);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// the CSR request went wrong -> serve response to the callback
|
{
|
||||||
struct TALER_EXCHANGE_WithdrawResponse wr = {
|
// the CSR request went wrong -> serve response to the callback
|
||||||
.hr = csrr->hr
|
struct TALER_EXCHANGE_WithdrawResponse wr = {
|
||||||
};
|
.hr = csrr->hr
|
||||||
wh->cb (wh->cb_cls,
|
};
|
||||||
&wr);
|
wh->cb (wh->cb_cls,
|
||||||
TALER_EXCHANGE_withdraw_cancel (wh);
|
&wr);
|
||||||
break;
|
TALER_EXCHANGE_withdraw_cancel (wh);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user