diff options
Diffstat (limited to 'scd/app-openpgp.c')
-rw-r--r-- | scd/app-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index f8c13f6d2..09a19699d 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -370,7 +370,7 @@ store_fpr (int slot, int keynumber, u32 timestamp, const unsigned char *e, size_t elen, unsigned char *fpr, unsigned int card_version) { - unsigned int n, nbits;; + unsigned int n, nbits; unsigned char *buffer, *p; int rc; |