[Libreoffice-commits] .: sal/osl
Julien Nabet
serval2412 at kemper.freedesktop.org
Fri Apr 22 13:34:41 PDT 2011
sal/osl/unx/diagnose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 95e52b9fc2680c022745f8a928abfff960950a03
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Fri Apr 22 22:24:56 2011 +0200
It seems there was an extra semi colon here
diff --git a/sal/osl/unx/diagnose.c b/sal/osl/unx/diagnose.c
index 9dae240..728f4f6 100644
--- a/sal/osl/unx/diagnose.c
+++ b/sal/osl/unx/diagnose.c
@@ -257,7 +257,7 @@ sal_Bool SAL_CALL osl_assertFailedLine (
/* output backtrace */
char const * envBacktrace = getenv( "SAL_DIAGNOSE_BACKTRACE" );
- if( envBacktrace != NULL && *envBacktrace != '\0' );
+ if( envBacktrace != NULL && *envBacktrace != '\0' )
osl_diagnose_backtrace_Impl(f);
/* release lock and leave */
More information about the Libreoffice-commits
mailing list