summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/dt_test.pgc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/test/dt_test.pgc')
-rw-r--r--src/interfaces/ecpg/test/dt_test.pgc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/dt_test.pgc b/src/interfaces/ecpg/test/dt_test.pgc
index df6edc30a8..0e509925b1 100644
--- a/src/interfaces/ecpg/test/dt_test.pgc
+++ b/src/interfaces/ecpg/test/dt_test.pgc
@@ -14,7 +14,7 @@ main()
interval iv1;
char *text;
exec sql end declare section;
- Date date2;
+ date date2;
int mdy[3] = { 4, 19, 1998 };
char *fmt, *out, *in;
char *d1 = "Mon Jan 17 1966";