summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2012-12-19 00:05:33 -0500
committerTavian Barnes <tavianator@tavianator.com>2012-12-19 00:05:33 -0500
commitde46e306721643c6ba845829018a83457adb3aba (patch)
tree400d2d629458c64804e791eb48cefc4e9d161978 /libdimension/dimension
parenta839fab671ae32e23c250ada5619718761d7c0b8 (diff)
downloaddimension-de46e306721643c6ba845829018a83457adb3aba.tar.xz
Add some unit tests for dictionaries.
Diffstat (limited to 'libdimension/dimension')
-rw-r--r--libdimension/dimension/refcount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension/refcount.h b/libdimension/dimension/refcount.h
index f94815c..337147f 100644
--- a/libdimension/dimension/refcount.h
+++ b/libdimension/dimension/refcount.h
@@ -38,6 +38,6 @@
/* Suppress "address will always evaluate to true" warning */ \
void *testptr = (object); \
if (testptr) { \
- ++(object)->DMNSN_REFCOUNT_FIELD; \
+ ++(object)->DMNSN_REFCOUNT_FIELD; \
} \
} while (0)