keyboard: Silence initialization warning
This field is always initialized properly before being used, so let's not initialize it when declaring.
This commit is contained in:
parent
ee66dc5f3f
commit
aba1647bea
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ parse_start_tag (GMarkupParseContext *ctx,
|
|||
GError **error)
|
||||
{
|
||||
KeyList *keylist = (KeyList *) user_data;
|
||||
KeyListEntry key = { 0, };
|
||||
KeyListEntry key;
|
||||
const char *name, *schema, *description, *package, *context, *orig_description, *reverse_entry;
|
||||
gboolean is_reversed, hidden;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue