desktop/unx/source/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e76fba39d69b7438245f18a0e3014f5f419b73c1 Author: Tomas Chvatal <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
