Fix a typo

This commit is contained in:
Přemysl Eric Janouch 2020-09-03 23:15:59 +02:00
parent bbe22712fe
commit dd2bd04a07
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ struct stardict_entry_field
{
gchar type; ///< Type of entry (EntryFieldType)
gpointer data; ///< Raw data or null-terminated string
gsize data_size; ///< Size of data, includding any \0
gsize data_size; ///< Size of data, including any \0
};
struct stardict_entry