Commit f5a7faa
committed
fix typo in Function::_unformat_data()
Unused datastr variable looks like a typo. Replace sig with datastr.
Fixes: 345cd37 (bpo-36876: Fix the C analyzer tool. (GH-22841))
Signed-off-by: Elizaveta Tereshkina <teryoshkina.ea@gmail.com>1 parent 07a555d commit f5a7faa
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1062 | 1062 | | |
1063 | 1063 | | |
1064 | 1064 | | |
1065 | | - | |
| 1065 | + | |
1066 | 1066 | | |
1067 | 1067 | | |
1068 | 1068 | | |
1069 | | - | |
| 1069 | + | |
1070 | 1070 | | |
1071 | 1071 | | |
1072 | 1072 | | |
| |||
0 commit comments