diff options
author | Vinson Lee <[email protected]> | 2010-01-06 15:35:18 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-06 15:35:18 -0800 |
commit | 4c45810d575c53f3e829809cb4d27e35739a2a69 (patch) | |
tree | d73f415d9f2670485cf114eec7beb7c6d50f68a2 /progs/xdemos | |
parent | 96a4e4552dab2dc0e741de40be0184a1e94515ef (diff) |
progs/xdemos: Remove comma at end of enumerator list.
Diffstat (limited to 'progs/xdemos')
-rw-r--r-- | 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 da87306cf2a..9d4b0f1ce20 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) |