Commit 53b49a7
committed
Fix duplicate local variable declaration in busy handler
C89-style: cancelled was declared twice in the same function scope after
the data-race fix split the lock sections. Remove the second 'int' to
reuse the variable declared at the top of the function.1 parent 5a2979c commit 53b49a7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| |||
0 commit comments