From e9610bf59f633700d4182dc740c6b857b985d314 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 31 Jan 2016 22:11:37 +0200 Subject: Update POTFILES.in --- lib/netrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/netrc.c b/lib/netrc.c index ed8053f..4164311 100644 --- a/lib/netrc.c +++ b/lib/netrc.c @@ -165,7 +165,7 @@ netrc_scan_file (FILE *fp, struct grecs_locus *loc, struct pies_url *url) else if (strcmp (ws.ws_wordv[0], "default") == 0) parse_args (loc, ws.ws_wordv + 1, &username, &password); else - grecs_error (loc, 0, _("ignoring unrecognized line\n")); + grecs_error (loc, 0, _("ignoring unrecognized line")); } grecs_free (buf); -- cgit v1.2.1