зеркало из https://github.com/mozilla/pjs.git
remove extra comma to reduce warnings on Macintosh compiler
This commit is contained in:
Родитель
8b616336f2
Коммит
c568e7efbd
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче