diff options
Diffstat (limited to 'src/interfaces/ecpg/test/preproc/array_of_struct.pgc')
-rw-r--r-- | src/interfaces/ecpg/test/preproc/array_of_struct.pgc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/preproc/array_of_struct.pgc b/src/interfaces/ecpg/test/preproc/array_of_struct.pgc index 50fde0662ab..40d566b4be8 100644 --- a/src/interfaces/ecpg/test/preproc/array_of_struct.pgc +++ b/src/interfaces/ecpg/test/preproc/array_of_struct.pgc @@ -20,7 +20,7 @@ EXEC SQL TYPE cust_ind IS short phone_ind; }; -int main( int argc, char * argv[] ) +int main() { EXEC SQL begin declare section; customer custs1[10]; |