include/wine/test.h: Use appropriate type.

This commit is contained in:
Dmitry Timoshkov 2007-08-22 17:01:55 +09:00 committed by Alexandre Julliard
parent 4ef6e8eaa0
commit db552fbf4b
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ static const struct test *find_test( const char *name )
{
const struct test *test;
const char *p;
int len;
size_t len;
if ((p = strrchr( name, '/' ))) name = p + 1;
if ((p = strrchr( name, '\\' ))) name = p + 1;