Fix ecpg typo --- change ;; to ;.
authorBruce Momjian <bruce@momjian.us>
Tue, 1 Jul 2003 19:58:23 +0000 (19:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 1 Jul 2003 19:58:23 +0000 (19:58 +0000)
src/interfaces/ecpg/compatlib/informix.c

index 3bdbce693e0eed5e15f3e19c78c1c6dced3353e7..889faf54409d9910aa397f07279acd80a63c4e53 100644 (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)