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

doc: Comment fixes and one trailing comma fix.

--
This commit is contained in:
Werner Koch 2017-07-20 14:49:07 +02:00
parent 3ee314dde1
commit 33ecb541fc
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
4 changed files with 8 additions and 8 deletions

View file

@ -126,7 +126,7 @@ enum
KEYORG_WKD = 4, /* Web Key Directory. */
KEYORG_URL = 5, /* Trusted URL. */
KEYORG_FILE = 6, /* Trusted file. */
KEYORG_SELF = 7, /* We generated it. */
KEYORG_SELF = 7 /* We generated it. */
};