summaryrefslogtreecommitdiff
path: root/registry/tools/regcompare.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/regcompare.cxx')
-rw-r--r--registry/tools/regcompare.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx
index 82941a5db2d5..0eaa220ae2de 100644
--- a/registry/tools/regcompare.cxx
+++ b/registry/tools/regcompare.cxx
@@ -140,7 +140,7 @@ void Options_Impl::printUsage_Impl() const
" -h|-? = print this help message and exit.\n"
);
fprintf(stderr,
- "\nSun Microsystems (R) %s Version 1.0\n\n", rProgName.c_str()
+ "\n%s Version 1.0\n\n", rProgName.c_str()
);
}