mirror of
https://github.com/brl/mutter.git
synced 2025-04-09 03:39:39 +00: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…
x
Reference in New Issue
Block a user