mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/sdbm/init.c (GetDBM): typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3f06be1b9d
commit
d9a56b4fee
2 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,7 @@ closed_sdbm()
|
|||
|
||||
#define GetDBM(obj, dbmp) {\
|
||||
Data_Get_Struct(obj, struct dbmdata, dbmp);\
|
||||
if (dbmp == 0) closed_dbm();\
|
||||
if (dbmp == 0) closed_sdbm();\
|
||||
if (dbmp->di_dbm == 0) closed_sdbm();\
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue