summaryrefslogtreecommitdiff
path: root/ext/gdbm/gdbm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gdbm/gdbm.c')
-rw-r--r--ext/gdbm/gdbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdbm/gdbm.c b/ext/gdbm/gdbm.c
index c3f228b9d8..851afea497 100644
--- a/ext/gdbm/gdbm.c
+++ b/ext/gdbm/gdbm.c
@@ -108,7 +108,7 @@ closed_dbm(void)
#define GetDBM2(obj, dbmp, dbm) do {\
GetDBM((obj), (dbmp));\
- (dbm) = (dbmp)->di_dbm; \
+ (dbm) = (dbmp)->di_dbm;\
} while (0)
static void