]> Pileus Git - ~andy/fetchmail/commitdiff
Add missing LF.
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 27 Sep 2010 11:39:02 +0000 (13:39 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Mon, 27 Sep 2010 11:39:02 +0000 (13:39 +0200)
gssapi.c

index 8fd783b38183920f3b41b44b4611efa016c0c058..ca8319075ce7da4ffa766d51160223c567208f35 100644 (file)
--- a/gssapi.c
+++ b/gssapi.c
@@ -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);
        }
     }