From 31ba7c266a39bcdf7383ae5b51e1136a6e433e81 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 6 Mar 1998 13:29:37 +0000 Subject: Fix fprintf() here too. --- share/doc/psd/20.ipctut/streamwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/doc') diff --git a/share/doc/psd/20.ipctut/streamwrite.c b/share/doc/psd/20.ipctut/streamwrite.c index 6205f13..07a3528 100644 --- a/share/doc/psd/20.ipctut/streamwrite.c +++ b/share/doc/psd/20.ipctut/streamwrite.c @@ -65,7 +65,7 @@ main(argc, argv) server.sin_family = AF_INET; hp = gethostbyname(argv[1]); if (hp == 0) { - fprintf(stderr, "%s: unknown host\en", argv[1]); + fprintf(stderr, "%s: unknown host\n", argv[1]); exit(2); } bcopy(hp->h_addr, &server.sin_addr, hp->h_length); -- cgit v1.1