aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpgeasy/examples/pgnulltest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpgeasy/examples/pgnulltest.c')
-rw-r--r--src/interfaces/libpgeasy/examples/pgnulltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpgeasy/examples/pgnulltest.c b/src/interfaces/libpgeasy/examples/pgnulltest.c
index a9e4204e18d..f20bc584d61 100644
--- a/src/interfaces/libpgeasy/examples/pgnulltest.c
+++ b/src/interfaces/libpgeasy/examples/pgnulltest.c
@@ -52,7 +52,7 @@ main(int argc, char **argv)
afloat float4, \
adouble float8, \
achar char, \
- achar16 char16, \
+ achar16 char(16), \
abpchar char(10), \
avarchar varchar(50), \
atext text, \