diff options
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r-- | g10/tdbio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tdbio.h b/g10/tdbio.h index b18e9291f..d615ac687 100644 --- a/g10/tdbio.h +++ b/g10/tdbio.h @@ -125,7 +125,7 @@ struct trust_record { /* or 0 for a global pref record */ ulong next; /* points to next pref record */ byte data[ITEMS_PER_PREF_RECORD]; - } pref; + } pref; /* pref records are not anymore used! */ struct { /* signature record */ ulong lid; ulong next; /* recnno of next record or NULL for last one */ |