summaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct.c b/struct.c
index 52ca0270..29ee89d6 100644
--- a/struct.c
+++ b/struct.c
@@ -406,7 +406,7 @@ static void struct_type_mark(val obj)
if (sl->home_type == st->self)
gc_mark(sl->store);
else
- bug_unless (sl->store != nil);
+ bug_unless (sl->store == nil);
}
}