sal/osl/all/log.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f5f020d594d96e61b1d633da309efa43eab4556d Author: Tor Lillqvist <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
