Fix ecpg typo --- change ;; to ;.

This commit is contained in:
Bruce Momjian 2003-07-01 19:58:23 +00:00
parent e3b1b6c0cd
commit cc3002313f
1 changed files with 1 additions and 1 deletions

View File

@ -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)