Ooops, forgot to update ecpg comparison files to match

source-code change.
This commit is contained in:
Tom Lane 2006-09-11 02:50:07 +00:00
parent 9fc4c6b20b
commit bb87c7b551
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ main(void)
}
static void
check_return(ret)
check_return(int ret)
{
switch(ret)
{

View File

@ -60,7 +60,7 @@ main(void)
}
static void
check_return(ret)
check_return(int ret)
{
switch(ret)
{