summaryrefslogtreecommitdiff
path: root/desktop/unx
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2011-09-18 11:20:44 +0200
committerTomas Chvatal <tchvatal@suse.cz>2011-09-18 11:20:44 +0200
commite76fba39d69b7438245f18a0e3014f5f419b73c1 (patch)
tree1e86ef5114d0142a488a33b53a2bb67f49e09f73 /desktop/unx
parenta7d38f57cc0bc8d8b941f17e1fd5b8f9eb3a87c9 (diff)
Just return, not return 0; as it is void function.
Diffstat (limited to 'desktop/unx')
-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;