Remove a trailing comma from the ColorFormat enum in order to prevent compiler warnings, no bug

This commit is contained in:
Ehsan Akhgari 2013-01-18 09:13:26 -05:00
Родитель 713893c541
Коммит c0519c5841
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ namespace MPAPI {
enum ColorFormat {
YCbCr,
RGB565,
RGB565
};
/*