aboutsummaryrefslogtreecommitdiffstats
path: root/rpa.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpa.c')
-rw-r--r--rpa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpa.c b/rpa.c
index 7f4c0658..a8091897 100644
--- a/rpa.c
+++ b/rpa.c
@@ -883,7 +883,7 @@ static void md5(const void *in_,int len,unsigned char *out)
MD5Final( out, &md5context );
if (outlevel >= O_DEBUG)
{
- report(stdout, GT_("MD5 result is: \n"));
+ report(stdout, GT_("MD5 result is:\n"));
for (i=0; i<16; i++)
{
report_build(stdout, "%02X ",out[i]);