From 2c15a9569ee36ed06e388d2e51ecaf413b6f4685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 31 Jan 2023 15:54:24 +0100 Subject: [PATCH] tests/cogl: Remove extra semicolon Part-of: --- src/tests/cogl/conform/test-texture-pixmap-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/cogl/conform/test-texture-pixmap-x11.c b/src/tests/cogl/conform/test-texture-pixmap-x11.c index 640f051bf..f8c976aef 100644 --- a/src/tests/cogl/conform/test-texture-pixmap-x11.c +++ b/src/tests/cogl/conform/test-texture-pixmap-x11.c @@ -152,7 +152,7 @@ on_after_paint (ClutterActor *actor, if (state->frame_count == FRAME_COUNT_MIPMAP) { const CoglPipelineFilter min_filter = - COGL_PIPELINE_FILTER_NEAREST_MIPMAP_NEAREST;; + COGL_PIPELINE_FILTER_NEAREST_MIPMAP_NEAREST; cogl_pipeline_set_layer_filters (pipeline, 0, min_filter, COGL_PIPELINE_FILTER_NEAREST);