From e76fba39d69b7438245f18a0e3014f5f419b73c1 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 18 Sep 2011 11:20:44 +0200 Subject: Just return, not return 0; as it is void function. --- desktop/unx/source/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/unx') 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; -- cgit