From 9ac1bc52f6aa10bdd7b807d2d94dacd64ca5f118 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 27 Sep 2010 13:39:02 +0200 Subject: Add missing LF. --- gssapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gssapi.c b/gssapi.c index 8fd783b3..ca831907 100644 --- 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); } } -- cgit v1.2.3