1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +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
dectodbl(Decimal *np, double *dblp)
{
Numeric *nres = PGTYPESnumeric_new();;
Numeric *nres = PGTYPESnumeric_new();
int i;
if (nres == NULL)