scp2/inc/macros.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7eeac88bdb111cc069d208cc2d82a6143748d9d3
Author: Michael Stahl <mst...@redhat.com>
Date:   Wed Feb 26 14:40:35 2014 +0100

    fdo#75526: argh missing semicolon
    
    Change-Id: I4cabdcd3d4d5e4a446a4784d7a657655a4fbdfdc

diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 0fc98a3..6680cb5 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -181,7 +181,7 @@ End
         TXT_FILE_BODY; \
         Styles = (PACKED); \
         Dir = gid_Dir_Lib_Sdk; \
-        Name = name \
+        Name = name; \
     End
 #else
 #define SDK_LIBRARY_LINK(id,name,target) \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to