Mesa (mesa_7_7_branch): progs/xdemos: Remove comma at end of enumerator list.

Vinson Lee vlee at kemper.freedesktop.org
Wed Jan 6 23:35:53 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 4c45810d575c53f3e829809cb4d27e35739a2a69
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c45810d575c53f3e829809cb4d27e35739a2a69

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Jan  6 15:35:18 2010 -0800

progs/xdemos: Remove comma at end of enumerator list.

---

 progs/xdemos/glsync.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/xdemos/glsync.c b/progs/xdemos/glsync.c
index da87306..9d4b0f1 100644
--- a/progs/xdemos/glsync.c
+++ b/progs/xdemos/glsync.c
@@ -89,7 +89,7 @@ static char optstr[] = "w:h:s:v";
 enum sync_type {
 	none = 0,
 	sgi_video_sync,
-	buffer_swap,
+	buffer_swap
 };
 
 static void usage(char *name)




More information about the mesa-commit mailing list