Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site alice.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!alice!ark From: ark@alice.UucP (Andrew Koenig) Newsgroups: net.lang.c Subject: Re: Immoral bugs Message-ID: <4927@alice.UUCP> Date: Sun, 2-Feb-86 01:45:20 EST Article-I.D.: alice.4927 Posted: Sun Feb 2 01:45:20 1986 Date-Received: Sun, 2-Feb-86 06:04:59 EST References: <3090012@csd2.UUCP> Organization: Bell Labs, Murray Hill Lines: 12 >so that the two lines read: >> do{ *to = *from++; >> ... >> case 0: }while(--n>0); Please! Make that last line: case 0:; }while(--n>0); ^ | | note the semicolon