[cairo-commit] test/pthread-show-text.c
Carl Worth
cworth at kemper.freedesktop.org
Wed May 10 20:55:57 PDT 2006
test/pthread-show-text.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree b7e9506707878367493a8a45c74bb6eb048b7e88 (from 1ba537be18316154781e36fb66545f82afb3c3a0)
Author: Tim Mooney <enchanter at users.sourceforge.net>
Date: Wed May 10 20:51:53 2006 -0700
bug #6890: fix the signature for main() in pthread-show-text
diff --git a/test/pthread-show-text.c b/test/pthread-show-text.c
index 71a8675..d04de8b 100644
--- a/test/pthread-show-text.c
+++ b/test/pthread-show-text.c
@@ -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;
More information about the cairo-commit
mailing list