mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 21:08:10 +02:00
[cosmetic] Remove static var from testing code in bentley-ottman.
This commit is contained in:
parent
92d331a234
commit
ef9799d596
1 changed files with 1 additions and 1 deletions
|
|
@ -1767,7 +1767,7 @@ int
|
|||
main (void)
|
||||
{
|
||||
char random_name[] = "random-XX";
|
||||
static cairo_bo_edge_t random_edges[MAX_RANDOM], *edge;
|
||||
cairo_bo_edge_t random_edges[MAX_RANDOM], *edge;
|
||||
unsigned int i, num_random;
|
||||
test_t *test;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue