diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlapi.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 07319f27ac..2e7e59db46 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -4568,7 +4568,7 @@ Found in file sv.c Returns a string describing what the SV is a reference to. - const char* sv_reftype(const SV* sv, int ob) + char* sv_reftype(const SV* sv, int ob) =for hackers Found in file sv.c |