1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Removed trailing semicolon to avoid error with Norcroft C

This commit is contained in:
Stefan Bellon 2003-07-31 19:12:32 +00:00
parent 1dae004e3d
commit c7fdd03e1a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-07-31 Stefan Bellon <sbellon@sbellon.de>
* gpgv.c [read_trust_options]: Removed trailing semicolon to avoid
"declaration with no effect" error with Norcroft C.
2003-07-30 Werner Koch <wk@gnupg.org>
* passphrase.c (agent_send_all_options): Make use of $GPG_TTY.