Commit 39b6d6e
committed
rxtx: Fix init bug that broke ug_init
In cases that more than one instance of rxtx is needed rxtx_init was wrongly returning the same instance.
Before 5098035 the assignment was separate from declaration so ret being static didn't matter1 parent 5318658 commit 39b6d6e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
0 commit comments