[Libreoffice-commits] core.git: jvmfwk/plugins
Ariel Constenla-Haile
arielch at apache.org
Sat May 18 06:37:00 PDT 2013
jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit c0b455a664bae6047992a98e3c991b8b5dc84736
Author: Ariel Constenla-Haile <arielch at apache.org>
Date: Sun Aug 26 11:51:55 2012 +0000
Clearer javaldx message
(cherry picked from commit fdebe4193ae0f3f8a8281dfc0a2f053e578cf1b9)
Conflicts:
jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
Change-Id: I4c26c704ce85a273d7022260bb721e295041c260
diff --git a/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx b/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
index 718844d..fb99974 100644
--- a/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
+++ b/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
@@ -59,7 +59,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
}
else if (errcode != JFW_E_NONE && errcode != JFW_E_DIRECT_MODE)
{
- fprintf(stderr,"javaldx failed! \n");
+ fprintf(stderr,"javaldx failed!\n");
return -1;
}
@@ -69,7 +69,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
if (errcode != JFW_E_NONE && errcode != JFW_E_INVALID_SETTINGS)
{
- fprintf(stderr,"javaldx failed! \n");
+ fprintf(stderr,"javaldx failed!\n");
return -1;
}
@@ -151,7 +151,7 @@ static bool findAndSelect(JavaInfo ** ppInfo)
javaFrameworkError errcode = jfw_findAndSelectJRE(ppInfo);
if (errcode == JFW_E_NO_JAVA_FOUND)
{
- fprintf(stderr,"javaldx: Could not find a Java Runtime Environment! \n");
+ fprintf(stderr,"javaldx: Could not find a Java Runtime Environment!\n");
return false;
}
else if (errcode != JFW_E_NONE && errcode != JFW_E_DIRECT_MODE)
More information about the Libreoffice-commits
mailing list