aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/preproc-array_of_struct.c
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2009-05-20 16:39:56 +0000
committerMichael Meskes <meskes@postgresql.org>2009-05-20 16:39:56 +0000
commit11a497f99a14711d81bf0f19fe230d2287997194 (patch)
tree0061fdaf048d344d67e8dd9ed397f444435498ec /src/interfaces/ecpg/test/expected/preproc-array_of_struct.c
parent0754b391f30e17fde9d7d14d5e0eb458fc02289a (diff)
downloadpostgresql-11a497f99a14711d81bf0f19fe230d2287997194.tar.gz
postgresql-11a497f99a14711d81bf0f19fe230d2287997194.zip
More variables gcc moans about
Diffstat (limited to 'src/interfaces/ecpg/test/expected/preproc-array_of_struct.c')
-rw-r--r--src/interfaces/ecpg/test/expected/preproc-array_of_struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/expected/preproc-array_of_struct.c b/src/interfaces/ecpg/test/expected/preproc-array_of_struct.c
index a477f56aa2f..2ef12693fa9 100644
--- a/src/interfaces/ecpg/test/expected/preproc-array_of_struct.c
+++ b/src/interfaces/ecpg/test/expected/preproc-array_of_struct.c
@@ -50,7 +50,7 @@ typedef struct ind {
#line 21 "array_of_struct.pgc"
-int main( int argc, char * argv[] )
+int main()
{
/* exec sql begin declare section */