about summary refs log tree commit diff stats
path: root/036refcount.cc
diff options
context:
space:
mode:
Diffstat (limited to '036refcount.cc')
-rw-r--r--036refcount.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/036refcount.cc b/036refcount.cc
index 075060ba..418e22b0 100644
--- a/036refcount.cc
+++ b/036refcount.cc
@@ -83,7 +83,7 @@ void decrement_refcount(int old_address, const type_tree* payload_type, int payl
 
 int payload_size(reagent/*copy*/ x) {
   x.properties.push_back(pair<string, string_tree*>("lookup", NULL));
-  lookup_memory_core(x, /*check for nulls*/false);
+  lookup_memory_core(x, /*check_for_null*/false);
   return size_of(x) + /*refcount*/1;
 }