aboutsummaryrefslogtreecommitdiff
path: root/nc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nc.c')
-rw-r--r--nc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nc.c b/nc.c
index a7e48d39b..b6afe6ffa 100644
--- a/nc.c
+++ b/nc.c
@@ -69,7 +69,7 @@ int nc_main(int argc, char **argv)
69 hostinfo = (struct hostent *) gethostbyname(*argv); 69 hostinfo = (struct hostent *) gethostbyname(*argv);
70 70
71 if (!hostinfo) { 71 if (!hostinfo) {
72 fatalError("nc: cannot resolve %s\n", *argv); 72 fatalError("cannot resolve %s\n", *argv);
73 } 73 }
74 74
75 address.sin_family = AF_INET; 75 address.sin_family = AF_INET;