This commit is contained in:
glenda 2014-03-30 22:20:00 +01:00
commit 5b5eb3b4b4

View file

@ -131,17 +131,17 @@ loop:
}
}
Rune tab1[] =
int tab1[] =
{
0x007f,
0x07ff,
0xffff,
};
Rune tab2[] =
int tab2[] =
{
0x003f,
0x0fff,
0xffff,
0x3ffff,
};
Re2