diff options
author | Neal H. Walfield <neal@gnu.org> | 2008-11-11 11:26:20 +0100 |
---|---|---|
committer | Neal H. Walfield <neal@gnu.org> | 2008-11-11 11:26:20 +0100 |
commit | b0c57e38ca5ec410ef0d2b9604cf3d2912a1a549 (patch) | |
tree | 6d93829061e53896b54337a865daad57e6474c98 /viengoos/object.c | |
parent | 5cb34a418e141404a90a8403a4e1443c9e01dc09 (diff) |
Fix typo in viengoos/object.c.
2008-11-11 Neal H. Walfield <neal@gnu.org>
* object.c (object_desc_claim): Fix typo.
Diffstat (limited to 'viengoos/object.c')
-rw-r--r-- | viengoos/object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viengoos/object.c b/viengoos/object.c index 52b2283..a36b233 100644 --- a/viengoos/object.c +++ b/viengoos/object.c @@ -904,7 +904,7 @@ object_desc_claim (struct activity *activity, struct object_desc *desc, cap_type_string (desc->type), desc->policy.discardable ? "discardable" : "precious"); - out: + out:; #ifndef NDEBUG if (desc->activity && update_accounting) { |