From: Bruce Momjian Date: Tue, 1 Jul 2003 19:58:23 +0000 (+0000) Subject: Fix ecpg typo --- change ;; to ;. X-Git-Tag: REL7_4_BETA1~247 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cc3002313f9a0b9e1cd562da117c774885a65a0b;p=users%2Fgsingh%2Fpostgres.git Fix ecpg typo --- change ;; to ;. --- diff --git a/src/interfaces/ecpg/compatlib/informix.c b/src/interfaces/ecpg/compatlib/informix.c index 3bdbce693e..889faf5440 100644 --- a/src/interfaces/ecpg/compatlib/informix.c +++ b/src/interfaces/ecpg/compatlib/informix.c @@ -311,7 +311,7 @@ dectoasc(Decimal *np, char *cp, int len, int right) int dectodbl(Decimal *np, double *dblp) { - Numeric *nres = PGTYPESnumeric_new();; + Numeric *nres = PGTYPESnumeric_new(); int i; if (nres == NULL)