fix for hp bustage. the last entry in enum can't have a ','

git-svn-id: svn://10.0.0.236/trunk@73057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com 2000-06-23 13:21:57 +00:00
parent 26ec507dd2
commit b2fb06a133
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ class nsIArena;
// for PostAttributeChanged
enum nsAttributeChangeType {
eChangeType_Set = 0, // Set attribute
eChangeType_Remove = 1, // Remove attribute
eChangeType_Remove = 1 // Remove attribute
};
/**

View File

@ -98,7 +98,7 @@ class nsIArena;
// for PostAttributeChanged
enum nsAttributeChangeType {
eChangeType_Set = 0, // Set attribute
eChangeType_Remove = 1, // Remove attribute
eChangeType_Remove = 1 // Remove attribute
};
/**