mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Remove a trailing comma from the ColorFormat enum in order to prevent compiler warnings, no bug
This commit is contained in:
parent
713893c541
commit
c0519c5841
@ -12,7 +12,7 @@ namespace MPAPI {
|
||||
|
||||
enum ColorFormat {
|
||||
YCbCr,
|
||||
RGB565,
|
||||
RGB565
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user