remove extra comma to reduce warnings on Macintosh compiler
git-svn-id: svn://10.0.0.236/trunk@19591 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
48eb596de2
commit
1f196c9975
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user