From 98b8131dfdb1790ce68373baf5f96d50fc9e92e2 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Tue, 11 Aug 2015 17:38:15 +0200 Subject: [PATCH] bind: fix float32 converter typo Change-Id: I02e2853f88398cafcb5d35abd53a3e2a2b103c52 --- bind/symtab.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bind/symtab.go b/bind/symtab.go index 850f09d..a635236 100644 --- a/bind/symtab.go +++ b/bind/symtab.go @@ -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)", },