Fixed.
authorueno <ueno>
Mon, 1 May 2006 02:17:28 +0000 (02:17 +0000)
committerueno <ueno>
Mon, 1 May 2006 02:17:28 +0000 (02:17 +0000)
epg.el

diff --git a/epg.el b/epg.el
index e23e883..fb764a6 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -1459,7 +1459,7 @@ If you are unsure, use synchronous version of this function
        (process-send-string (epg-context-process context)
                             (epg-data-string plain)))
     (if (eq (process-status (epg-context-process context)) 'run)
-       (process-send-eof (epg-context-process context))))
+       (process-send-eof (epg-context-process context)))))
 
 ;;;###autoload
 (defun epg-sign-file (context plain signature &optional mode)