diff --git a/slsDetectorServers/slsDetectorServer/src/common.c b/slsDetectorServers/slsDetectorServer/src/common.c index aebc9f908..baa2895e2 100644 --- a/slsDetectorServers/slsDetectorServer/src/common.c +++ b/slsDetectorServers/slsDetectorServer/src/common.c @@ -302,8 +302,8 @@ int verifyChecksumFromFlash(char *mess, char *clientChecksum, char *fname, for (int i = 125; i < 128; ++i) { printf("%d:[0x%02x]\n", i, (uint8_t)buf[i]); } + printf("\n"); } - printf("\n"); lastByte = buf[bytes]; if (!MD5_Update(&c, buf, bytes)) { fclose(fp);