Clean up function header.
This commit is contained in:
parent
31773533bd
commit
e060701f51
@ -16,7 +16,7 @@ int iterations = 10;
|
||||
EXEC SQL END DECLARE SECTION;
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
pthread_t thread1,
|
||||
thread2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user