Minor fix style warning ()

This commit is contained in:
Gisle Vanem 2020-02-08 13:14:09 +01:00 committed by GitHub
parent e3a820728d
commit 8cd8155829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ typedef SSIZE_T ssize_t;
clock_t stop = clock(); \
double elapsed = (double)(stop - start) * 1000.0 / CLOCKS_PER_SEC; \
printf("Time elapsed in ms: %f for: %s\n", elapsed, label); \
} while (0);
} while (0)
int read_buf(const char *filename, void *buf, size_t nbyte)
{