vcl/headless/svpgdi.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e64d3edfa393156dc4c4debe2e74ed1d4df0f99
Author: David Tardon <[email protected]>
Date:   Mon Nov 23 09:43:14 2015 +0100

    add missing semicolon
    
    Change-Id: I449c29112046729bae9b5cb0cd87ee6847fb6a4b

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index 60a1b9d..9ed0870 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -139,7 +139,7 @@ namespace
         double y;
         double width;
         double height;
-    }
+    };
 #endif
 
     cairo_rectangle_int_t getFillDamage(cairo_t* cr)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to