remove extra comma to reduce warnings on Macintosh compiler

This commit is contained in:
brade%netscape.com 1999-02-03 22:57:04 +00:00
Родитель 8b616336f2
Коммит c568e7efbd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -33,7 +33,7 @@ struct nsGUIEvent;
enum nsLinkState {
eLinkState_Unvisited = 0,
eLinkState_Visited = 1,
eLinkState_OutOfDate = 2, // visited, but the cache is stale
eLinkState_OutOfDate = 2 // visited, but the cache is stale
};
// XXX Verb to use for link actuation. These are the verbs specified