animation: Fix a typo
This will teach me to check before compiling a version-dependent branch that I'm actually using my jhbuild environment and not the system libraries.
This commit is contained in:
parent
26e22b2ede
commit
be8f53f229
@ -1838,7 +1838,7 @@ clutter_animation_setup_valist (ClutterAnimation *animation,
|
||||
}
|
||||
|
||||
#if GLIB_CHECK_VERSION (2, 23, 2)
|
||||
G_VALUE_COLLECT_INIT (&file, G_PARAM_SPEC_VALUE_TYPE (pspec),
|
||||
G_VALUE_COLLECT_INIT (&final, G_PARAM_SPEC_VALUE_TYPE (pspec),
|
||||
var_args, 0,
|
||||
&error);
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user