mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
progs/xdemos: Remove comma at end of enumerator list.
This commit is contained in:
parent
96a4e4552d
commit
4c45810d57
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue