diff options
author | Werner Koch <[email protected]> | 2020-06-08 13:22:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-06-08 13:22:58 +0000 |
commit | c1c607a51c02e925aa6102917ce665509da15cee (patch) | |
tree | 74939a226f598cfbe27a0dbb3aa643f8420e7a59 /g10/mainproc.c | |
parent | agent: Fix the condition to detect leading 0x00 problem. (diff) | |
download | gnupg-c1c607a51c02e925aa6102917ce665509da15cee.tar.gz gnupg-c1c607a51c02e925aa6102917ce665509da15cee.zip |
doc: Minor code comment fixes.
--
Diffstat (limited to '')
-rw-r--r-- | g10/mainproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index 03573c921..7d8520c6c 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -1976,7 +1976,7 @@ check_sig_and_print (CTX c, kbnode_t node) log_error(_("can't handle this ambiguous signature data\n")); return 0; } - } + } /* End checking signature packet composition. */ if (sig->signers_uid) write_status_buffer (STATUS_NEWSIG, |