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:
@ -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)
|
||||
|
Reference in New Issue
Block a user