1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

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

This commit is contained in:
Bruce Momjian
2003-07-01 19:58:23 +00:00
parent e3b1b6c0cd
commit cc3002313f

View File

@ -311,7 +311,7 @@ dectoasc(Decimal *np, char *cp, int len, int right)
int int
dectodbl(Decimal *np, double *dblp) dectodbl(Decimal *np, double *dblp)
{ {
Numeric *nres = PGTYPESnumeric_new();; Numeric *nres = PGTYPESnumeric_new();
int i; int i;
if (nres == NULL) if (nres == NULL)