summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/preproc/autoprep.pgc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/test/preproc/autoprep.pgc')
-rw-r--r--src/interfaces/ecpg/test/preproc/autoprep.pgc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/preproc/autoprep.pgc b/src/interfaces/ecpg/test/preproc/autoprep.pgc
index d29c3d556d0..413284d3951 100644
--- a/src/interfaces/ecpg/test/preproc/autoprep.pgc
+++ b/src/interfaces/ecpg/test/preproc/autoprep.pgc
@@ -5,7 +5,7 @@
/* test automatic prepare for all statements */
EXEC SQL INCLUDE ../regression;
-int main(int argc, char* argv[]) {
+int main() {
EXEC SQL BEGIN DECLARE SECTION;
int item[4], ind[4], i = 1;
EXEC SQL END DECLARE SECTION;