Fix typo in JIT.

This commit is contained in:
Zoltán Herczeg 2015-07-22 06:42:58 +00:00
parent 688151205d
commit 0b809c7de3
1 changed files with 1 additions and 1 deletions

View File

@ -3360,7 +3360,7 @@ while (TRUE)
{
if (*rec_count == 0)
return 0;
rec_count--;
(*rec_count)--;
last = TRUE;
any = FALSE;