Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!ginosko!uunet!munnari.oz.au!csc!ccadfa!usage!basser!metro!ipso!runxtsa!applix
From: applix@runxtsa.runx.oz.au (Andrew Morton)
Newsgroups: comp.sources.wanted
Subject: Bug in Gnu_helloworld.c Release 1.0 (Beta test)
Message-ID: <289@runxtsa.runx.oz.au>
Date: 25 Sep 89 00:16:43 GMT
References: <2154@munnari.oz.au>
Organization: RUNX Unix Timeshare.  Sydney, Australia.
Lines: 10


   There is a bug in Gnu_helloworld.c. K&R (p7) specifically states
that the output should be of the form

	printf("hello, world\n");

consequently, the following change should be applied:

< 	char	c, *bonk = "Hello world\n";
> 	char	c, *bonk = "hello, world\n";