diff options
author | zhangguangzhi <[email protected]> | 2023-05-11 08:34:23 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-06-20 00:08:29 +0000 |
commit | be77c0553203fa7f0de4a6db9a33fbd7d099f591 (patch) | |
tree | ec1fdb1a7a2cbf3fe259be544919254cd7cb8c17 /tools/gpg-card.c | |
parent | w32: Map ERROR_FILE_INVALID to EIO. (diff) | |
download | gnupg-be77c0553203fa7f0de4a6db9a33fbd7d099f591.tar.gz gnupg-be77c0553203fa7f0de4a6db9a33fbd7d099f591.zip |
delete redundant characters
--
GnuPG-bug-id: 6482
Signed-off-by: zhangguangzhi <[email protected]>
Diffstat (limited to 'tools/gpg-card.c')
-rw-r--r-- | tools/gpg-card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg-card.c b/tools/gpg-card.c index 919e61195..4002cc185 100644 --- a/tools/gpg-card.c +++ b/tools/gpg-card.c @@ -2822,7 +2822,7 @@ cmd_passwd (card_info_t info, char *argstr) log_assert (DIM (info->chvinfo) >= 4); - /* If there is a qualified signature use a a menu to select + /* If there is a qualified signature use a menu to select * between standard PIN and QES PINs. */ if (info->chvinfo[2] != -2 || info->chvinfo[3] != -2) { |