mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
Fix an uninitialized variable warning
This commit is contained in:
parent
59fc9d832b
commit
e04e9aac39
@ -196,6 +196,7 @@ accelerator_parse (const gchar *accelerator,
|
|||||||
}
|
}
|
||||||
|
|
||||||
keyval = 0;
|
keyval = 0;
|
||||||
|
keycode = 0;
|
||||||
mods = 0;
|
mods = 0;
|
||||||
len = strlen (accelerator);
|
len = strlen (accelerator);
|
||||||
while (len)
|
while (len)
|
||||||
|
Loading…
Reference in New Issue
Block a user