Last enum should not be followed by a ','. This generates warnings on the Mac

This commit is contained in:
atotic 1998-06-16 21:45:48 +00:00
Родитель 7eb5972b2a
Коммит 6283ad2a30
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -47,7 +47,7 @@ typedef enum{
nsLowMedQual,
nsMedQual,
nsHighMedQual,
nsHighQual,
nsHighQual
}nsBlendQuality;

Просмотреть файл

@ -76,7 +76,7 @@ enum nsBorderStyle {
///no border
eBorderStyle_none,
///dialog box border + title area
eBorderStyle_dialog,
eBorderStyle_dialog
};
/**