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

This commit is contained in:
Vinson Lee 2010-01-06 15:35:18 -08:00
parent 96a4e4552d
commit 4c45810d57

View file

@ -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)