summaryrefslogtreecommitdiff
path: root/cpan/DB_File
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2013-11-14 12:53:03 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2013-11-14 12:53:03 +0100
commit1b7c306550e17237aec242cbef7ad7c3fdbd16f5 (patch)
tree08052d070153c65984680bfe928fe7b4498521b0 /cpan/DB_File
parent4a55720772c4bf076983e2062836cd80496ef591 (diff)
downloadperl-1b7c306550e17237aec242cbef7ad7c3fdbd16f5.tar.gz
NO C99 comments, please!
Diffstat (limited to 'cpan/DB_File')
-rw-r--r--cpan/DB_File/DB_File.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/DB_File/DB_File.xs b/cpan/DB_File/DB_File.xs
index 83ba736826..679c416fff 100644
--- a/cpan/DB_File/DB_File.xs
+++ b/cpan/DB_File/DB_File.xs
@@ -1498,7 +1498,7 @@ SV * sv ;
if (status)
{
- db_close(RETVAL); // close **dbp handle to prevent mem.leak
+ db_close(RETVAL); /* close **dbp handle to prevent mem.leak */
RETVAL->dbp = NULL ;
}