minor styleish

This commit is contained in:
iceman1001 2017-08-06 16:31:01 +02:00
commit c583570a3d
4 changed files with 8 additions and 5 deletions

View file

@ -1050,7 +1050,7 @@ bool DetectST(uint8_t buffer[], size_t *size, int *foundclock, size_t *ststart,
// now do it again to find the end
int dummy1 = 0;
end = skip;
i+=3;
i += 3;
if (!findST(&dummy1, &end, tmpbuff, waveLen, clk, tol, j, &i)) {
//didn't find second ST - ERROR
if (g_debugMode==2) prnt("DEBUG STT: second STT not found - quitting");