14.02.2014, 10:04
Since the errors start at line 2387, I suggest you start looking for missing brackets { or } right before those lines.
If you indented your code properly, it should be easy to spot it.
Check every function just before that line and count the { and }, they should be equal.
If you indented your code properly, it should be easy to spot it.
Check every function just before that line and count the { and }, they should be equal.