[Libreoffice-commits] .: desktop/unx
Tomáš Chvátal
tchvatal at kemper.freedesktop.org
Sun Sep 18 02:21:23 PDT 2011
desktop/unx/source/start.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e76fba39d69b7438245f18a0e3014f5f419b73c1
Author: Tomas Chvatal <tchvatal at suse.cz>
Date: Sun Sep 18 11:20:44 2011 +0200
Just return, not return 0; as it is void function.
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 4da2c70..58692c4 100755
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -814,7 +814,7 @@ static void
exec_javaldx (Args *args)
{
#ifndef SOLAR_JAVA
- return 0;
+ return;
#endif
char newpath[4096];
sal_uInt32 nArgs;
More information about the Libreoffice-commits
mailing list