aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-03-23 13:11:10 +0000
committerWerner Koch <[email protected]>2004-03-23 13:11:10 +0000
commit88844c4c41010c75f9d2a5d69bfd9d4970528c13 (patch)
tree6c2eb1c6fe9f185d249a3032bf983decdd3fe8e6 /tools/gpgconf-comp.c
parent(gc_options_gpg): New. (diff)
downloadgnupg-88844c4c41010c75f9d2a5d69bfd9d4970528c13.tar.gz
gnupg-88844c4c41010c75f9d2a5d69bfd9d4970528c13.zip
add missing comma
Diffstat (limited to '')
-rw-r--r--tools/gpgconf-comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c
index e3990f9c3..e449d48f2 100644
--- a/tools/gpgconf-comp.c
+++ b/tools/gpgconf-comp.c
@@ -771,7 +771,7 @@ typedef enum
GC_COMPONENT_SCDAEMON,
/* The classic GPG for OpenPGP. */
- GC_COMPONENT_GPG
+ GC_COMPONENT_GPG,
/* GPG for S/MIME. */
GC_COMPONENT_GPGSM,