Cosmetic stray semi-colon removal after %typemap

This commit is contained in:
William S Fulton 2022-08-20 15:23:15 +01:00
commit ec965840ce
3 changed files with 13 additions and 13 deletions

View file

@ -700,7 +700,7 @@ Swig::LocalRefGuard $1_refguard(jenv, $input); }
SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "$1_type reference is null");
return $null;
} %}
%typemap(freearg) SWIGTYPE && %{ delete $1; %};
%typemap(freearg) SWIGTYPE && %{ delete $1; %}
%typemap(out) SWIGTYPE *
%{ *($&1_ltype)&$result = $1; %}
%typemap(out, fragment="SWIG_PackData", noblock=1) SWIGTYPE (CLASS::*) {