1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-12 21:58:50 +01: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.

View File

@ -237,7 +237,7 @@ check_signatures_trust( PKT_signature *sig )
}
void
read_trust_options(byte *trust_model,ulong *created,ulong *nextcheck) {};
read_trust_options(byte *trust_model,ulong *created,ulong *nextcheck) {}
/* Stub:
* We don't have the trustdb , so we have to provide some stub functions