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