backported build fixes and warnings cleanup from dos
[dosdemo] / src / dos / gfx.h
index f23e0f6..10d6e0b 100644 (file)
@@ -17,7 +17,7 @@ void set_palette(int idx, int r, int g, int b);
 
 enum {
        FLIP_NOW,
-       FLIP_VBLANK,
+       FLIP_VBLANK
 };
 /* page flip and return pointer to the start of the display area (front buffer) */
 void *page_flip(int vsync);