in reply to Re: How do I find the missing curly brace??
in thread How do I find the missing curly brace??

^ That. All of it.

A decent editor/IDE will help track these types of issues down quickly, but a consistent coding style and layout will help prevent the developer from causing these issues in the first place, while providing simpler at-a-glance discrepancy finds even if a decent editor isn't available if a mistake is made.

  • Comment on Re^2: How do I find the missing curly brace??