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

Commit e58261c

Browse files
committed
Fix imcomplete SGML tag.
Please check compile errors before you commit!
1 parent 4f3ecf9 commit e58261c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/jdbc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.32 2001/11/27 01:20:17 barry Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.33 2001/11/27 13:02:33 ishii Exp $
33
-->
44

55
<chapter id="jdbc">
@@ -764,7 +764,7 @@ ps.executeUpdate();
764764
ps.close();
765765
fis.close();
766766
</programlisting>
767-
767+
</para>
768768
<para>
769769
Retrieving the image from the Large Object:
770770

0 commit comments

Comments
 (0)