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 f9e1946b3f..69f5758474 100644 --- a/src/interfaces/ecpg/test/preproc/array_of_struct.pgc +++ b/src/interfaces/ecpg/test/preproc/array_of_struct.pgc @@ -91,5 +91,5 @@ int main() EXEC SQL disconnect all; - return( 0 ); + return 0; } |
