summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdesktop/unx/source/start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 4da2c70a3d79..58692c4cd82b 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;