Looks like an if statement, you may of left of a ) on it.
example:
if (blah = (1)  <---error
{
should be:
if (blah = (1))
{

then it'd cause about a zillion errors.
Hope that happens.
Having the lines around 55 would help a lot as well

Reply via email to