From 835d78d589cd9f4d9943c25de707ac3f10908188 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 30 Mar 2000 02:59:14 +0000 Subject: [PATCH] Remove extraneous semicolon. --- src/interfaces/libpq/libpq-fe.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/interfaces/libpq/libpq-fe.h b/src/interfaces/libpq/libpq-fe.h index 03e81a39fc..2aba91a690 100644 --- 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.63 2000/03/24 01:39:55 tgl Exp $ + * $Id: libpq-fe.h,v 1.64 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 */