[Libreoffice-commits] core.git: sal/osl
Tor Lillqvist
tml at iki.fi
Tue May 14 01:01:39 PDT 2013
sal/osl/all/log.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f5f020d594d96e61b1d633da309efa43eab4556d
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue May 14 10:59:56 2013 +0300
Fix syntax error
Change-Id: I161cf0fb2c5bd071a963ece61928efb7938de6c2
diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx
index bb222a7..db5dc7b 100644
--- a/sal/osl/all/log.cxx
+++ b/sal/osl/all/log.cxx
@@ -43,7 +43,7 @@
// sal/osl/unx/salinit.cxx::sal_detail_initialize updates this:
bool sal_use_syslog;
#else
-enum { sal_use_syslog = false; }
+enum { sal_use_syslog = false };
#endif
// Avoid the use of other sal code in this file as much as possible, so that
More information about the Libreoffice-commits
mailing list