projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21bde57
)
Remove extraneous semicolon.
author
Tom Lane
<
[email protected]
>
Thu, 30 Mar 2000 02:59:14 +0000
(
02:59
+0000)
committer
Tom Lane
<
[email protected]
>
Thu, 30 Mar 2000 02:59:14 +0000
(
02:59
+0000)
src/interfaces/libpq/libpq-fe.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/libpq-fe.h
b/src/interfaces/libpq/libpq-fe.h
index 03e81a39fc5526ae6df027abd0867863488d3871..2aba91a6905a6d78988114c847caf8474bfb139d 100644
(file)
--- a/
src/interfaces/libpq/libpq-fe.h
+++ b/
src/interfaces/libpq/libpq-fe.h
@@
-7,7
+7,7
@@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq-fe.h,v 1.6
3 2000/03/24 01:39:55
tgl Exp $
+ * $Id: libpq-fe.h,v 1.6
4 2000/03/30 02:59:14
tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@
-342,8
+342,7
@@
extern "C"
extern int PQenv2encoding(void);
#ifdef __cplusplus
-};
-
+}
#endif
#endif /* LIBPQ_FE_H */