mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Fix warning in last checkin.
This commit is contained in:
parent
3d2a4566a0
commit
bfd83ff474
@ -2525,7 +2525,7 @@ GeneratePrefix(JSContext *cx, JSString *uri, JSXMLArray *decls)
|
||||
* an existing prefix, start tacking on a hyphen and a serial number.
|
||||
*/
|
||||
serial = 0;
|
||||
bp = cp;
|
||||
bp = (jschar *) cp;
|
||||
newlength = length;
|
||||
do {
|
||||
done = JS_TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user