Add curly braces, int created

This commit is contained in:
John Scipione
2014-03-06 19:07:58 -05:00
parent 89e849e326
commit b365777b74
+2
View File
@@ -231,10 +231,12 @@ GIFView::RestorePrefs()
break;
default:
{
int32 value = WEB_SAFE_PALETTE;
fSettings->SetGetInt32(GIF_SETTING_PALETTE_MODE, &value);
fSettings->SaveSettings();
fWebSafeMI->SetMarked(true);
}
}
if (fColorCountMF->IsEnabled()