mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
compilation fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user