fix 'comma at end of enumerator list [-Wpedantic]'

This commit is contained in:
Anonymous Maarten
2018-07-13 01:09:45 +02:00
parent 3edb391f9c
commit b38cbc7961
15 changed files with 32 additions and 32 deletions

View File

@@ -185,7 +185,7 @@ struct Ps2Raster
enum Flags {
NEWSTYLE = 0x1, // has GIF tags and transfer DMA chain
SWIZZLED8 = 0x2,
SWIZZLED4 = 0x4,
SWIZZLED4 = 0x4
};
struct PixelPtr {
// RW has pixels as second element but we don't want this struct