mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
fixing dcone's checkin
in a enum, certain compilers don't like when the last item has a ',' so I removed it Fixing messina's tbox bustage
This commit is contained in:
parent
6bb35e849c
commit
2b63b6ed15
@ -73,7 +73,7 @@ typedef enum
|
||||
typedef enum
|
||||
{
|
||||
nsPenMode_kNone = 0,
|
||||
nsPenMode_kInvert = 1,
|
||||
nsPenMode_kInvert = 1
|
||||
} nsPenMode;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user