compilation fixes

This commit is contained in:
Pawel Kolodziejski
2008-08-03 18:33:59 +00:00
parent 4cd7281371
commit 0acd054e71
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ init:
case '-':
{ // repetition
const char *res;
if (res = match(s, ep + 1, cap))
if ((res = match(s, ep + 1, cap)))
return res;
else if (s1 && s1 > s) {
s = s1;