summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-14 10:59:56 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-14 11:01:03 +0300
commitf5f020d594d96e61b1d633da309efa43eab4556d (patch)
treecdda8f827a7e6bd5e78c6df9f7b089207c38a473 /sal/osl
parent746758ddcc10afc9821e321fcc279bc66bdce240 (diff)
Fix syntax error
Change-Id: I161cf0fb2c5bd071a963ece61928efb7938de6c2
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/all/log.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx
index bb222a76d6ce..db5dc7b557f0 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