diff options
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r-- | src/json/json_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/json_helper.c b/src/json/json_helper.c index 82cc13413..db0a425db 100644 --- a/src/json/json_helper.c +++ b/src/json/json_helper.c @@ -555,7 +555,7 @@ TALER_JSON_spec_blinded_token_issue_sig ( struct GNUNET_JSON_Specification TALER_JSON_spec_token_envelope (const char *field, - struct TALER_TokenEnvelopeP *env) + struct TALER_TokenEnvelope *env) { env->blinded_pub = NULL; return GNUNET_JSON_spec_blinded_message (field, |