17.07.2012, 00:05
Yes, hansen111 is correct. I use that same method when I run into this problem. And you know most of the time what I did was, I made the wrong bracket.
Example: Instead of using ' { ', I used ' ( ' or ' [ '.
It is a known fact that the missing bracket finder can sometimes mistake a ' { ' for ' ( ' or ' [ ', as I used that one when the same thing was happening to me, and it said all brackets were closed, and come to find out, I had a ' ( ' where a ' { ' should have been. So do what he said, and look back at EVERYTHING you have recently added, and comment it out if you can't figure out the problem, then try.
Example: Instead of using ' { ', I used ' ( ' or ' [ '.
It is a known fact that the missing bracket finder can sometimes mistake a ' { ' for ' ( ' or ' [ ', as I used that one when the same thing was happening to me, and it said all brackets were closed, and come to find out, I had a ' ( ' where a ' { ' should have been. So do what he said, and look back at EVERYTHING you have recently added, and comment it out if you can't figure out the problem, then try.