[Libreoffice-commits] .: sal/osl
David Tardon
dtardon at kemper.freedesktop.org
Mon Nov 1 05:11:18 PDT 2010
sal/osl/unx/signal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit da179948ca7896c102193ccd67fbadbc7d115480
Author: David Tardon <dtardon at redhat.com>
Date: Mon Nov 1 13:09:47 2010 +0100
add missing parenthesis
diff --git a/sal/osl/unx/signal.c b/sal/osl/unx/signal.c
index 6201646..add11b5 100644
--- a/sal/osl/unx/signal.c
+++ b/sal/osl/unx/signal.c
@@ -574,7 +574,7 @@ static int ReportCrash( int Signal )
void *stackframes[MAX_STACK_FRAMES];
int iFrame;
- int nFrames = backtrace( stackframes, SAL_N_ELEMENTS(stackframes);
+ int nFrames = backtrace( stackframes, SAL_N_ELEMENTS(stackframes) );
FILE *xmlout = NULL, *stackout = NULL, *checksumout = NULL;
int fdxml, fdstk, fdchksum;
More information about the Libreoffice-commits
mailing list