summaryrefslogtreecommitdiffstats
path: root/jvmfwk
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-03-30 20:07:46 +0200
committerPetr Mladek <pmladek@suse.cz>2011-03-30 20:07:46 +0200
commit904afe741bf7224a5c34d552a7f5eacf72bf31ac (patch)
tree04136e07a4e09578f669bacc3ef54786fa38f8b7 /jvmfwk
parentwarning-return-values-registry.diff: avoid warning (i#58979) (diff)
downloadcore-904afe741bf7224a5c34d552a7f5eacf72bf31ac.tar.gz
core-904afe741bf7224a5c34d552a7f5eacf72bf31ac.zip
tiny clean up; removed unwanted comma in array intialization
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx
index 933e3d19e1d5..920020417d72 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;