can't figure out the error

Started by kryptthng, November 13, 2013, 09:16:09 PM

Previous topic - Next topic

kryptthng

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?

Stefan Pendl

The problem is above this line of code, where a end of line indicator ; (semi-colon) is missing.
---
Stefan

Proud member of the UltraDefrag Development Team