summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyisda/curve.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyisda/curve.pxd b/pyisda/curve.pxd
index f89d892..16eab8a 100644
--- a/pyisda/curve.pxd
+++ b/pyisda/curve.pxd
@@ -162,7 +162,7 @@ cdef extern from "isda/cds.h" nogil:
# Assumed recovery rate in case of default
double *recoveryRate,
# Output - par spreads for the CDS are returned (see also isPriceClean)
- double *parSpread);
+ double *parSpread)
cdef extern from "isda/tcurve.h" nogil: