mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
Remove a double semi-colon typo
Fixes bug 1351 - Extra ; in clutter-behaviour-ellipse.c Thanks to Haakon Sporsheim.
This commit is contained in:
parent
4e0073cd50
commit
b2f4363d95
@ -343,7 +343,7 @@ clutter_behaviour_ellipse_applied (ClutterBehaviour *behave,
|
||||
ClutterActor *actor)
|
||||
{
|
||||
ClutterBehaviourEllipse *e = CLUTTER_BEHAVIOUR_ELLIPSE (behave);
|
||||
ClutterBehaviourEllipsePrivate *priv = e->priv;;
|
||||
ClutterBehaviourEllipsePrivate *priv = e->priv;
|
||||
knot3d knot = { 0, };
|
||||
|
||||
clutter_behaviour_ellipse_advance (e, priv->angle_start, &knot);
|
||||
|
Loading…
Reference in New Issue
Block a user