aboutsummaryrefslogtreecommitdiffstats
path: root/pinentry-rofi.scm
diff options
context:
space:
mode:
Diffstat (limited to 'pinentry-rofi.scm')
-rwxr-xr-xpinentry-rofi.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/pinentry-rofi.scm b/pinentry-rofi.scm
index 5afb98f..46ba157 100755
--- a/pinentry-rofi.scm
+++ b/pinentry-rofi.scm
@@ -122,8 +122,8 @@ touch-file=/run/user/1000/gnupg/S.gpg-agent"
(regex-match #f))
(when (set-and-return! regex-match (regexp-exec seterror-re line))
(let ((mesg (hex->char (html-< (match:substring regex-match 1)))))
- (set-pinentry-error! pinentry mesg))
- regex-match)))
+ (set-pinentry-error! pinentry mesg)))
+ regex-match))
(define (pinentry-setprompt pinentry line)
"SETPROMPT Passphrase:"