summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli_ure/source/climaker/climaker_app.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx
index 7d5b808949d4..b8e3f0f7bb55 100644
--- a/cli_ure/source/climaker/climaker_app.cxx
+++ b/cli_ure/source/climaker/climaker_app.cxx
@@ -258,7 +258,7 @@ SAL_IMPLEMENT_MAIN()
sal_uInt32 nCount = osl_getCommandArgCount();
if (0 == nCount)
{
- printf( s_usingText );
+ puts( s_usingText );
return 0;
}
@@ -310,7 +310,7 @@ SAL_IMPLEMENT_MAIN()
// options
if (is_option( info_help, &nPos ))
{
- printf( s_usingText );
+ puts( s_usingText );
return 0;
}
else if (read_argument( &cmd_arg, info_types, &nPos ))