19.03.2009, 22:14
Quote:
error 025: function heading differs from prototype |
Quote:
warning 225: unreachable code |
Quote:
warning 217: loose indentation |
error 029: invalid expression, assumed zero[/quote]
a syntax error somewhere, probably in an if statement
error 030: compound statement not closed at the end of file (started at line 28714)[/quote]
you're missing a closing bracket (you close the else block with a ) instead of a } )