summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2001-09-14 10:24:35 +0000
committerTatsuo Ishii <ishii@postgresql.org>2001-09-14 10:24:35 +0000
commitb4982f9b6d31d509e00ffd9d4126b6cef836ded0 (patch)
tree204258ce92cabb717c87b39628f0f75cead6b633 /doc/src
parentf9d2749a0382127fafc9162c3f39bc73055a1b8c (diff)
Fix typo.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/ecpg-ref.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml
index 0789c9fa3a7..eefc0ff5a9e 100644
--- a/doc/src/sgml/ref/ecpg-ref.sgml
+++ b/doc/src/sgml/ref/ecpg-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.10 2001/09/03 12:57:50 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.11 2001/09/14 10:24:35 ishii Exp $
Postgres documentation
-->
@@ -224,7 +224,7 @@ EXEC SQL END DECLARE SECTION;
on a separate line. As of version 2.1.0 multiple variables may
be declared on a single line:
<programlisting>
-char foo(16), bar(16);
+char foo[16], bar[16];
</programlisting>
</para>
</note>