diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-10 02:03:56 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-10 02:05:03 +0100 |
commit | 85537631da42f696b4a0c2f6e18064692094c7f6 (patch) | |
tree | 52359fc39885fc75479cd415c1ea29df9c61de8b /rpa.c | |
parent | 56a569ff306e08ecb5f8252a865617ed7e602a6a (diff) | |
download | fetchmail-85537631da42f696b4a0c2f6e18064692094c7f6.tar.gz fetchmail-85537631da42f696b4a0c2f6e18064692094c7f6.tar.bz2 fetchmail-85537631da42f696b4a0c2f6e18064692094c7f6.zip |
Cleanup: change " \n" to "\n" where appropriate.
Diffstat (limited to 'rpa.c')
-rw-r--r-- | rpa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]); |