fix AIX build issues: c-style comments must end before next begins and

the last item in an enum shouldn't have a ","
sr=blizzard@mozilla.org
r=Roland.Mainz@informatik.med.uni-giessen.de
submitted by pkw@austin.ibm.com
# 168531
This commit is contained in:
jdunn%netscape.com 2002-09-24 12:49:42 +00:00
Родитель 4bef358c0d
Коммит 4b506b4060
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -155,7 +155,7 @@ typedef struct _DvngFontInfo DvngFontInfo;
*/
typedef enum {
DVNG_FONT_NONE,
DVNG_FONT_SUN,
DVNG_FONT_SUN
} DvngFontType;
/*
@ -594,7 +594,7 @@ static const DvngGlyphEntry sunGlyphTbl[MAP_SIZE] = {
/* da + halant -> half da + kern space */
{ {0x0926,0x094d,0x0}, {0x0926,0x094d,0xF839,0x0} },
/* da ri 1
/* da ri 1 */
/* da + ru -> da + ru + kern space */
{ {0x0926,0x0943,0x0}, {0xF7E2,0xF839,0x0} },