From 329e418f0d728458ad3956d4356dc4b18aff9797 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 21 Feb 2013 22:37:20 +0100 Subject: Fix no-return-in-nonvoid-function --- src/core/place.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/core/place.c b/src/core/place.c index b837adb7..7d1082b7 100644 --- a/src/core/place.c +++ b/src/core/place.c @@ -487,6 +487,7 @@ center_tile_rect_in_area (MetaRectangle *rect, rect->y = work_area->y + fluff; } +static void center_rect_in_area (MetaRectangle *rect, MetaRectangle *work_area) { -- cgit v1.2.1