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 de29cc8c..8bfa19d8 100644
--- a/netrc.c
+++ b/netrc.c
@@ -331,7 +331,7 @@ free_netrc(netrc_entry *a) {
int main (int argc, char **argv)
{
struct stat sb;
- char *program_name, *file, *host, *login;
+ char *file, *host, *login;
netrc_entry *head, *a;
program_name = argv[0];