Commit cc300231 authored by Bruce Momjian's avatar Bruce Momjian

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

parent e3b1b6c0
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment