[Libreoffice-commits] .: jvmfwk/plugins
Petr Mladek
pmladek at kemper.freedesktop.org
Wed Mar 30 11:10:09 PDT 2011
jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e9654eaf8ea7571f44042cd6024583a207f8b06c
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed Mar 30 20:07:46 2011 +0200
tiny clean up; removed unwanted comma in array intialization
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx
index f02028e..f6874a6 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx
@@ -51,7 +51,7 @@ char const* const* GnuInfo::getJavaExePaths(int * size)
{
static char const * ar[] = {
"gij",
- "bin/gij",
+ "bin/gij"
};
*size = sizeof (ar) / sizeof (char*);
return ar;
More information about the Libreoffice-commits
mailing list