Brad King acd8161bad ccmake: Remove extra parens around comparison
The Clang compiler warns about extra parenthesis in the code

  if ((form->curpage == field->page))
      ~              ^             ~

because the idiom is commonly used when an assignment is intended
instead of a comparison.  Remove the extra enclosing layer.
2011-02-15 08:46:50 -05:00
..
2011-02-15 00:12:12 -05:00
2011-01-27 15:34:07 -05:00
2010-08-31 10:41:23 -04:00
2010-09-10 14:42:09 -04:00
2010-11-12 10:47:28 -05:00
2011-01-27 15:34:07 -05:00
2010-08-31 10:41:23 -04:00