1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

delete redundant characters

--

GnuPG-bug-id: 6482
Signed-off-by: zhangguangzhi <zhangguangzhi3@huawei.com>
This commit is contained in:
zhangguangzhi 2023-05-11 16:34:23 +08:00 committed by NIIBE Yutaka
parent b1ecc8353a
commit 40090dbbf9
No known key found for this signature in database
GPG key ID: 640114AF89DE6054
4 changed files with 4 additions and 4 deletions

View file

@ -4798,7 +4798,7 @@
* g10.c (main): Try to create the trustdb even for non-colon-mode
list-key operations. This is required because getkey needs to
know whether a a key is ultimately trusted. From Werner on stable
know whether a key is ultimately trusted. From Werner on stable
branch.
* exec.c [__CYGWIN32__]: Keep cygwin separate from Mingw32;