mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
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…
Reference in New Issue
Block a user