diff options
-rw-r--r-- | ot_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ static void bucket_remove( int bucket ) { | |||
59 | ++i; | 59 | ++i; |
60 | 60 | ||
61 | if( i == bucket_locklist_count ) { | 61 | if( i == bucket_locklist_count ) { |
62 | fprintf( stderr, "Request to unlock bucket that was never lock. Consult source code.\n" ); | 62 | fprintf( stderr, "Request to unlock bucket that was never locked. Consult source code.\n" ); |
63 | return; | 63 | return; |
64 | } | 64 | } |
65 | 65 | ||