aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-01-31 22:11:37 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-01-31 22:11:37 +0200
commite9610bf59f633700d4182dc740c6b857b985d314 (patch)
tree6dd1795bf1eb355eb90fd0832672e62a5921955f /lib
parentd9d267052215f223897af18310e4adee310308e7 (diff)
downloadpies-e9610bf59f633700d4182dc740c6b857b985d314.tar.gz
pies-e9610bf59f633700d4182dc740c6b857b985d314.tar.bz2
Update POTFILES.in
Diffstat (limited to 'lib')
-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.