In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/fdfd5e4d926a555f6d4f156d79198d8c6db9dc44?hp=c35721edcd870400420b201f2fbd36e7a00bce1a>

- Log -----------------------------------------------------------------
commit fdfd5e4d926a555f6d4f156d79198d8c6db9dc44
Author: Tony Cook <t...@develop-help.com>
Date:   Wed Nov 11 09:20:56 2015 +1100

    fix symbian XS too, missed this when checking over the patch
    
    Unfortunately the symbian SDK doesn't appear to be available anymore.
-----------------------------------------------------------------------

Summary of changes:
 ext/DynaLoader/dl_symbian.xs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/DynaLoader/dl_symbian.xs b/ext/DynaLoader/dl_symbian.xs
index 3d3c038..c2d1094 100644
--- a/ext/DynaLoader/dl_symbian.xs
+++ b/ext/DynaLoader/dl_symbian.xs
@@ -178,7 +178,7 @@ dl_unload_file(libhandle)
 
 
 void
-    dl_find_symbol(libhandle, symbolname, ign_err=0)
+dl_find_symbol(libhandle, symbolname, ign_err=0)
     void *     libhandle
     char *     symbolname
     int                ign_err

--
Perl5 Master Repository

Reply via email to