libwine: Removed sign comparison warning.

This commit is contained in:
Marko Nikolic 2010-07-24 17:21:21 +02:00 committed by Alexandre Julliard
parent a554d1e296
commit 0ffb137d4a
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ static char *get_runtime_libdir(void)
static char *get_runtime_bindir( const char *argv0 )
{
char *p, *bindir, *cwd;
size_t len, size;
int len, size;
#ifdef linux
for (size = 256; ; size *= 2)