diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2012-12-19 00:05:33 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2012-12-19 00:05:33 -0500 |
commit | de46e306721643c6ba845829018a83457adb3aba (patch) | |
tree | 400d2d629458c64804e791eb48cefc4e9d161978 /libdimension/dimension | |
parent | a839fab671ae32e23c250ada5619718761d7c0b8 (diff) | |
download | dimension-de46e306721643c6ba845829018a83457adb3aba.tar.xz |
Add some unit tests for dictionaries.
Diffstat (limited to 'libdimension/dimension')
-rw-r--r-- | libdimension/dimension/refcount.h | 2 |
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) |