From ae96b6ec7df23a24696171e246a70a44c63c4beb Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Wed, 3 May 2006 23:08:51 +0000 Subject: [PATCH] cosmetic fix git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9081 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Lib/typemaps/cstrings.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Lib/typemaps/cstrings.swg b/SWIG/Lib/typemaps/cstrings.swg index db413975a..9144da790 100644 --- a/SWIG/Lib/typemaps/cstrings.swg +++ b/SWIG/Lib/typemaps/cstrings.swg @@ -191,7 +191,7 @@ } buff= %new_array(size+1, Char); $2 = %numeric_cast(size, $2_ltype); - $1 = %static_cast(buff,$1_ltype); + $1 = %static_cast(buff, $1_ltype); } %typemap(freearg,noblock=1,match="in") (TYPEMAP,SIZE) { if (buff$argnum) %delete_array(buff$argnum);