Newsgroups: comp.lang.c Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!bloom-picayune.mit.edu!adam!scs From: scs@adam.mit.edu (Steve Summit) Subject: FAQ list erratum Message-ID: <1991May3.024011.5100@athena.mit.edu> Sender: news@athena.mit.edu (News system) Reply-To: scs@adam.mit.edu Organization: Thermal Technologies, Cambridge, MA References: <1991May1.040314.19326@athena.mit.edu> Date: Fri, 3 May 91 02:40:11 GMT Expires: 1 Jun 91 04:00:00 GMT Lines: 12 There's a small typo in the FAQ list posted yesterday. In question 62, the sentence You will have to give the structure a tag ("struct node"), and declare the "next" field as "struct node next;". should of course read "struct node *next;". Thanks to Chris Torek for pointing this out. Steve Summit scs@adam.mit.edu