[Libreoffice-commits] core.git: vcl/headless

David Tardon dtardon at redhat.com
Mon Nov 23 00:43:25 PST 2015


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

New commits:
commit 2e64d3edfa393156dc4c4debe2e74ed1d4df0f99
Author: David Tardon <dtardon at redhat.com>
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)


More information about the Libreoffice-commits mailing list