aboutsummaryrefslogtreecommitdiffstats
path: root/netrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'netrc.c')
-rw-r--r--netrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netrc.c b/netrc.c
index c3b3dad4..7228e337 100644
--- a/netrc.c
+++ b/netrc.c
@@ -209,7 +209,7 @@ parse_netrc (file)
if (premature_token)
{
#ifdef HAVE_ERROR
- error_at_line (0, 0, file, ln,
+ error_at_line (0, file, ln,
_("warning: found \"%s\" before any host names"),
premature_token);
#else