From 786a8f5b8ae56e8b540a64bcdff964b6fa82da1a Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 1 Aug 2013 18:14:36 +0200 Subject: [PATCH] Fix compilation --- tests/check/ges/integration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/ges/integration.c b/tests/check/ges/integration.c index 6968223940..a49d1a4636 100644 --- a/tests/check/ges/integration.c +++ b/tests/check/ges/integration.c @@ -718,7 +718,7 @@ test_mix_layers (GESTimeline * timeline, GESUriClipAsset ** assets, { GESLayer *layer; GESClip *clip; - GList *children, *tmp; + GList *tmp; GESTrackElement *track_element; GESTrackType track_type; GESUriClipAsset *asset;