summaryrefslogtreecommitdiffstats
path: root/scd/app.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2020-01-03 11:43:55 +0100
committerWerner Koch <wk@gnupg.org>2020-01-03 11:43:55 +0100
commitc0625c15c1fb6d06202669eb8caff2710377952d (patch)
treeee066f3d1cf4fcca2c466b4b9373241f97a25cf3 /scd/app.c
parentkbx: Initial support for an SQLite backend (diff)
downloadgnupg2-c0625c15c1fb6d06202669eb8caff2710377952d.tar.xz
gnupg2-c0625c15c1fb6d06202669eb8caff2710377952d.zip
scd: Minor fix for readibility.
* scd/command.c (open_card_with_request): Use NULL instead of APPTYPE_NULL. -- Using the enum is wrong because a string is expected. However it did harm anything because the value of the enum is 0 and thus equivalent to NULL. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'scd/app.c')
-rw-r--r--scd/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app.c b/scd/app.c
index 0fc155293..633070e9c 100644
--- a/scd/app.c
+++ b/scd/app.c
@@ -788,7 +788,7 @@ select_additional_application_internal (card_t card, apptype_t req_apptype)
/* Add all possible additional applications to the card context but do
- * not change the current one. This current works only for Yubikeys. */
+ * not change the current one. This currently works only for Yubikeys. */
static gpg_error_t
select_all_additional_applications_internal (card_t card)
{