We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c9cbc commit 16e7073Copy full SHA for 16e7073
1 file changed
decoder/correlation.cpp
@@ -67,7 +67,7 @@ uint64_t Correlation::rotate64(uint64_t word, PhaseShift phaseShift) {
67
case 6:
68
word = swapIQ(word) ^ 0xFFFFFFFFFFFFFFFFU;
69
break;
70
- case_7:
+ case 7:
71
word = swapIQ(word) ^ 0xAAAAAAAAAAAAAAAAU;
72
73
default:
0 commit comments