зеркало из https://github.com/mozilla/pjs.git
Fixed accidental trailing semi at end of if statement. Many thanks to
everyone who participated in this test of the warning detection system.
This commit is contained in:
Родитель
ff1b867b17
Коммит
0feaa34bf0
|
@ -1161,7 +1161,7 @@ js_NewRegExp(JSContext *cx, JSString *str, uintN flags, JSBool flat)
|
|||
len = 0;
|
||||
}
|
||||
if (ren) {
|
||||
if (!SetNext(&state, ren, ren2));
|
||||
if (!SetNext(&state, ren, ren2))
|
||||
goto out;
|
||||
}
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче