summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/preproc/array_of_struct.pgc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/test/preproc/array_of_struct.pgc')
-rw-r--r--src/interfaces/ecpg/test/preproc/array_of_struct.pgc2
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;
}