diff options
Diffstat (limited to '')
-rw-r--r-- | g10/tdbio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/tdbio.h b/g10/tdbio.h index ddc5afccf..c2434faa4 100644 --- a/g10/tdbio.h +++ b/g10/tdbio.h @@ -56,7 +56,7 @@ struct trust_record { byte trust_model; ulong created; /* timestamp of trustdb creation */ ulong nextcheck; /* timestamp of next scheduled check */ - ulong reserved; + ulong reserved; ulong reserved2; ulong firstfree; ulong reserved3; @@ -81,7 +81,7 @@ struct trust_record { } trust; struct { byte namehash[20]; - ulong next; + ulong next; byte validity; byte full_count; byte marginal_count; |