aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-03-23 12:33:20 +0000
committerWerner Koch <[email protected]>2004-03-23 12:33:20 +0000
commit0c36e10633eb9dee9b44a2f773c8242c5cb1ea61 (patch)
tree221029d5bd92c95ae39641cd408a2e3c0f38267a /scd/scdaemon.c
parent2004-03-23 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-0c36e10633eb9dee9b44a2f773c8242c5cb1ea61.tar.gz
gnupg-0c36e10633eb9dee9b44a2f773c8242c5cb1ea61.zip
(main) <gpgconf_list>: Fixed output for pcsc_driver.
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r--scd/scdaemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c
index 9f1e409e4..955724b3f 100644
--- a/scd/scdaemon.c
+++ b/scd/scdaemon.c
@@ -545,7 +545,7 @@ main (int argc, char **argv )
printf ("reader-port:%lu:\n", GC_OPT_FLAG_NONE );
printf ("ctapi-driver:%lu:\n", GC_OPT_FLAG_NONE );
- printf ("pcsc-driver:%lu:\"%s\":\n",
+ printf ("pcsc-driver:%lu:\"%s:\n",
GC_OPT_FLAG_DEFAULT, DEFAULT_PCSC_DRIVER );
#ifdef HAVE_LIBUSB
printf ("disable-ccid:%lu:\n", GC_OPT_FLAG_NONE );