mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
db.h: typo found by compiler
This commit is contained in:
parent
559fce1901
commit
8e8bbe2f1f
4
lib/db.h
4
lib/db.h
@ -32,7 +32,7 @@ enum pki_type {
|
||||
setting,
|
||||
};
|
||||
|
||||
typedef struct db_header_t {
|
||||
typedef struct {
|
||||
uint32_t magic;
|
||||
uint32_t len; /* length of this entry */
|
||||
uint16_t headver;
|
||||
@ -40,7 +40,7 @@ typedef struct db_header_t {
|
||||
uint16_t version;
|
||||
uint16_t flags;
|
||||
char name[NAMELEN]; /* name of the entry */
|
||||
};
|
||||
} db_header_t ;
|
||||
|
||||
class db
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user