aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/preproc/pointer_to_struct.pgc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/test/preproc/pointer_to_struct.pgc')
-rw-r--r--src/interfaces/ecpg/test/preproc/pointer_to_struct.pgc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/preproc/pointer_to_struct.pgc b/src/interfaces/ecpg/test/preproc/pointer_to_struct.pgc
index ec94273408b..1ec651e3fc3 100644
--- a/src/interfaces/ecpg/test/preproc/pointer_to_struct.pgc
+++ b/src/interfaces/ecpg/test/preproc/pointer_to_struct.pgc
@@ -96,5 +96,5 @@ int main()
EXEC SQL disconnect all;
/* All the memory will anyway be freed at the end */
- return( 0 );
+ return 0;
}