aboutsummaryrefslogtreecommitdiff
path: root/lib/netrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netrc.c')
-rw-r--r--lib/netrc.c2
1 files changed, 1 insertions, 1 deletions
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);

Return to:

Send suggestions and report system problems to the System administrator.