From b4982f9b6d31d509e00ffd9d4126b6cef836ded0 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 14 Sep 2001 10:24:35 +0000 Subject: [PATCH] Fix typo. --- doc/src/sgml/ref/ecpg-ref.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml index 0789c9fa3a..eefc0ff5a9 100644 --- a/doc/src/sgml/ref/ecpg-ref.sgml +++ b/doc/src/sgml/ref/ecpg-ref.sgml @@ -1,5 +1,5 @@ @@ -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: -char foo(16), bar(16); +char foo[16], bar[16]; -- 2.40.0