diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2021-11-05 17:07:11 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2021-11-05 17:07:11 +0100 |
commit | 9668e2e4fb36a0258ac4bcc18cba63be72e1e11c (patch) | |
tree | 7bcac88df0854a85597fbe9847a054453c2e7027 | |
parent | c787e28e842a8ec538041df68d7d195cc7be9485 (diff) |
fix typo
-rw-r--r-- | src/util/denom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/denom.c b/src/util/denom.c index 725e294d6..9261779ea 100644 --- a/src/util/denom.c +++ b/src/util/denom.c @@ -160,7 +160,7 @@ TALER_blinding_secret_create (struct TALER_BlindingSecret *bs, memset (bs, 0, sizeof (*bs)); - switch (bs->cipher) + switch (cipher) { case TALER_DENOMINATION_INVALID: return GNUNET_OK; |