Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b4982f9

Browse files
committed
Fix typo.
1 parent f9d2749 commit b4982f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/ecpg-ref.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.10 2001/09/03 12:57:50 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.11 2001/09/14 10:24:35 ishii Exp $
33
Postgres documentation
44
-->
55

@@ -224,7 +224,7 @@ EXEC SQL END DECLARE SECTION;
224224
on a separate line. As of version 2.1.0 multiple variables may
225225
be declared on a single line:
226226
<programlisting>
227-
char foo(16), bar(16);
227+
char foo[16], bar[16];
228228
</programlisting>
229229
</para>
230230
</note>

0 commit comments

Comments
 (0)