--- apr.i.orig	Wed Feb  5 17:57:05 2003
+++ apr.i	Wed Feb  5 17:57:15 2003
@@ -142,7 +142,7 @@
     "$result = t_output_helper(
         $result,
         SWIG_NewPointerObj(*$1, $*1_descriptor, 0));";
-%typemap(java,argout,fragment="t_output_helper") apr_file_t ** {
+%typemap(java,argout,fragment="t_output_helper") apr_file_t **
     /* HELP: Is there a JNI equivalent of SWIG_NewPointerObj, or is
        this actually a cross-language typemap? */
     "$result = t_output_helper(


