mirror of
git://erdgeist.org/opentracker
synced 2025-01-29 16:16:22 +00:00
fixed typo
This commit is contained in:
parent
39ed6a058b
commit
55d03b9a1b
@ -59,7 +59,7 @@ static void bucket_remove( int bucket ) {
|
|||||||
++i;
|
++i;
|
||||||
|
|
||||||
if( i == bucket_locklist_count ) {
|
if( i == bucket_locklist_count ) {
|
||||||
fprintf( stderr, "Request to unlock bucket that was never lock. Consult source code.\n" );
|
fprintf( stderr, "Request to unlock bucket that was never locked. Consult source code.\n" );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user