Pelles C forum

C language => Beginner questions => Topic started by: kryptthng on November 13, 2013, 09:16:09 PM

Title: can't figure out the error
Post by: kryptthng on November 13, 2013, 09:16:09 PM
printf("n\t Fn\tGolden ratio\n"); there is a syntax error in this line and I can't find it.  Keeps giving me Syntax error: expected ';' but found 'printf'  What am I missing or needing to add?
Title: Re: can't figure out the error
Post by: Stefan Pendl on November 13, 2013, 10:35:48 PM
The problem is above this line of code, where a end of line indicator ; (semi-colon) is missing.