aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/netrc.c2
-rw-r--r--po/POTFILES.in1
2 files changed, 2 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);
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5c08aef..6923cb6 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -16,6 +16,7 @@
# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
src/acl.c
+src/comp.c
src/ctl.c
src/diag.c
src/inetd-bi.c

Return to:

Send suggestions and report system problems to the System administrator.