Warning cleanup

This commit is contained in:
ridiculousfish
2012-07-28 17:49:46 -07:00
parent 1b8f1650dc
commit 2e1b3325c6
26 changed files with 94 additions and 126 deletions

View File

@@ -232,7 +232,7 @@ static int myal( wchar_t c )
static void read_string( tokenizer *tok )
{
const wchar_t *start;
int len;
long len;
int mode=0;
int do_loop=1;
int paran_count=0;