Commit cab1802c authored by marko's avatar marko

branches/zip: sync0rw.ic: Remove an extra ; that was added in r5041.

parent b04cffec
......@@ -197,7 +197,7 @@ rw_lock_lock_word_decr(
/*===================*/
/* out: TRUE if decr occurs */
rw_lock_t* lock, /* in/out: rw-lock */
ulint amount); /* in: amount to decrement */
ulint amount) /* in: amount to decrement */
{
#ifdef INNODB_RW_LOCKS_USE_ATOMICS
lint local_lock_word = lock->lock_word;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment