mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 05:18:01 +02:00
bug #6890: fix the signature for main() in pthread-show-text
This commit is contained in:
parent
1ba537be18
commit
b7e9506707
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ start (void *closure)
|
|||
}
|
||||
|
||||
int
|
||||
main (int argc, char *argv[0])
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
int err;
|
||||
int i, num_threads;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue