From de46e306721643c6ba845829018a83457adb3aba Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 19 Dec 2012 00:05:33 -0500 Subject: Add some unit tests for dictionaries. --- libdimension/dimension/refcount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/dimension') 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) -- cgit v1.2.3