From 6e807c340d780ef6e878bedc0a4d90f7948197e8 Mon Sep 17 00:00:00 2001 From: Karl Tomlinson Date: Tue, 8 Jul 2008 14:37:41 +1200 Subject: [PATCH] remove comma at end of enumerator list from 9bbea3b66376 --- gfx/thebes/public/gfxXlibNativeRenderer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/thebes/public/gfxXlibNativeRenderer.h b/gfx/thebes/public/gfxXlibNativeRenderer.h index 9ca7f7e02f91..7a3ea76f2343 100644 --- a/gfx/thebes/public/gfxXlibNativeRenderer.h +++ b/gfx/thebes/public/gfxXlibNativeRenderer.h @@ -85,7 +85,7 @@ public: // If set, then the Screen 'screen' in the callback can be different // from the default Screen of the display passed to 'Draw' and can be // on a different display. - DRAW_SUPPORTS_ALTERNATE_SCREEN = 0x20, + DRAW_SUPPORTS_ALTERNATE_SCREEN = 0x20 }; struct DrawOutput {