Merge topic 'fix-clang-warnings'

acd8161 ccmake: Remove extra parens around comparison
This commit is contained in:
Brad King 2011-02-22 14:30:29 -05:00 committed by CMake Topic Stage
commit d0b32ca5cd
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ _nc_Synchronize_Options(FIELD *field, Field_Options newopts)
if (form->status & _POSTED)
{
if ((form->curpage == field->page))
if (form->curpage == field->page)
{
if (changed_opts & O_VISIBLE)
{