bind: fix float32 converter typo

Change-Id: I02e2853f88398cafcb5d35abd53a3e2a2b103c52
This commit is contained in:
Sebastien Binet 2015-08-11 17:38:15 +02:00
parent 00b7aa9a22
commit 98b8131dfd
1 changed files with 2 additions and 2 deletions

View File

@ -762,8 +762,8 @@ func init() {
pyfmt: "f",
pybuf: "f",
pysig: "float",
c2py: "cgopy_cnv_c2py_f32",
py2c: "cgopy_cnv_py2c_f32",
c2py: "cgopy_cnv_c2py_float32",
py2c: "cgopy_cnv_py2c_float32",
pychk: "PyFloat_Check(%s)",
},