Fix alignment of #ifndef USE_ALIGNED_ACCESS

Former-commit-id: 9637887264336fdce84519afe773ea7b1a628705
This commit is contained in:
Alexis 2021-09-24 11:59:38 +02:00 committed by Vivek Saini
parent edbf9cf918
commit 69259d7ee7

View File

@ -800,8 +800,8 @@ void bitopCommand(client *c) {
}
}
}
#endif
}
#endif
/* j is set to the next byte to process by the previous loop. */
for (; j < maxlen; j++) {