diff options
| author | Matthias Andree <matthias.andree@gmx.de> | 2010-09-27 13:39:02 +0200 |
|---|---|---|
| committer | Matthias Andree <matthias.andree@gmx.de> | 2010-09-27 13:39:02 +0200 |
| commit | 9ac1bc52f6aa10bdd7b807d2d94dacd64ca5f118 (patch) | |
| tree | 9e4028f6117cb7b2a66258df6965a1d98a0a4624 | |
| parent | 1f99d1efc7229b36be8bf0cf49562ba53a75e581 (diff) | |
| download | fetchmail-9ac1bc52f6aa10bdd7b807d2d94dacd64ca5f118.tar.gz fetchmail-9ac1bc52f6aa10bdd7b807d2d94dacd64ca5f118.tar.bz2 fetchmail-9ac1bc52f6aa10bdd7b807d2d94dacd64ca5f118.zip | |
Add missing LF.
| -rw-r--r-- | gssapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ int do_gssauth(int sock, const char *command, const char *service, if (strcmp(buf1, "+ ")) { if (outlevel >= O_VERBOSE) { - report(stdout, GT_("Warning: received malformed challenge to \"%s GSSAPI\"!"), command); + report(stdout, GT_("Warning: received malformed challenge to \"%s GSSAPI\"!\n"), command); } } |
