summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdimension/refcount-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/refcount-internal.h b/libdimension/refcount-internal.h
index fb6d3c6..592bd5a 100644
--- a/libdimension/refcount-internal.h
+++ b/libdimension/refcount-internal.h
@@ -40,5 +40,5 @@
* @return Whether the object is now garbage.
*/
#define DMNSN_DECREF(object) \
- ((object) && ((object)->DMNSN_REFCOUNT_FIELD == 0 \
+ ((object) && ((object)->DMNSN_REFCOUNT_FIELD == 0 \
|| --(object)->DMNSN_REFCOUNT_FIELD == 0))