Fixed parenthesis.
authorueno <ueno>
Mon, 19 Mar 2007 08:27:11 +0000 (08:27 +0000)
committerueno <ueno>
Mon, 19 Mar 2007 08:27:11 +0000 (08:27 +0000)
epg.el

diff --git a/epg.el b/epg.el
index b760821..0f390c5 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -1755,8 +1755,8 @@ signatures should be included."
                               epg-key-validity-alist)))
                (if cert
                    (epg-dn-from-string string)
-                 string)))
-        (epg-key-user-id-list (car keys)))))
+                 string))
+              (epg-key-user-id-list (car keys))))))
       ((equal (aref (car lines) 0) "fpr")
        (epg-sub-key-set-fingerprint (car (epg-key-sub-key-list (car keys)))
                                     (aref (car lines) 9)))