1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-22 21:53:06 +03:00

Make c++ examples return 0 from main().

This commit is contained in:
Bruce Momjian
2000-04-25 21:00:29 +00:00
parent 02ee04180d
commit a0551e8afa
7 changed files with 8 additions and 1 deletions

View File

@@ -55,4 +55,5 @@ main()
break;
}
}
return 0;
}