Consistant typing for test timing variables

This commit is contained in:
Dmitrij D. Czarkoff 2016-08-15 10:24:01 +02:00
parent b0fc6bfd5f
commit 3266bbaf39

View file

@ -86,8 +86,8 @@ static int scan_file(const char *path, const char *filename,
int len = strlen(filename); int len = strlen(filename);
const char *ext; const char *ext;
struct timespec tp; struct timespec tp;
long start; unsigned int start;
long total_start; unsigned int total_start;
int ret; int ret;
int i; int i;