diff options
Diffstat (limited to 'nest/locks.c')
-rw-r--r-- | nest/locks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/locks.c b/nest/locks.c index fb245cdc..247d0c56 100644 --- a/nest/locks.c +++ b/nest/locks.c @@ -107,7 +107,7 @@ olock_free(resource *r) } static void -olock_dump(resource *r) +olock_dump(resource *r, unsigned indent UNUSED) { struct object_lock *l = (struct object_lock *) r; static char *olock_states[] = { "free", "locked", "waiting", "event" }; |