diff options
Diffstat (limited to 'src/interfaces/ecpg/test/test5.pgc')
-rw-r--r-- | src/interfaces/ecpg/test/test5.pgc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/test5.pgc b/src/interfaces/ecpg/test/test5.pgc index 928b3f2a57e..18e5b48971f 100644 --- a/src/interfaces/ecpg/test/test5.pgc +++ b/src/interfaces/ecpg/test/test5.pgc @@ -14,7 +14,7 @@ struct TBempl }; EXEC SQL END DECLARE SECTION; -int main() +int main(void) { EXEC SQL BEGIN DECLARE SECTION; struct TBempl empl; |