From b5e4dc5abc12941cb0695e4d69d5ac2a2f21406f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 29 Sep 1999 23:20:24 +0000 Subject: -Wall changes. svn path=/trunk/; revision=2626 --- netrc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'netrc.c') diff --git a/netrc.c b/netrc.c index e275c9d3..70f3361d 100644 --- a/netrc.c +++ b/netrc.c @@ -114,10 +114,12 @@ parse_netrc (file) /* If the line is empty... */ if (!*p) + { if (last_token == tok_macdef) /* end of macro */ last_token = tok_nothing; else continue; /* otherwise ignore it */ + } /* If we are defining macros, then skip parsing the line. */ while (*p && last_token != tok_macdef) -- cgit v1.2.3