odict: fix typo
This commit is contained in:
parent
49132b53d7
commit
3e92dfa139
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ struct odict_entry {
|
|||
struct le le, he;
|
||||
char *key;
|
||||
union {
|
||||
struct odict *odict; /* ODICT_OBJECT / OJECT_ARRAY */
|
||||
struct odict *odict; /* ODICT_OBJECT / ODICT_ARRAY */
|
||||
char *str; /* ODICT_STRING */
|
||||
int64_t integer; /* ODICT_INT */
|
||||
double dbl; /* ODICT_DOUBLE */
|
||||
|
|
Loading…
Add table
Reference in a new issue