Fix typos, int type mismatch, white-space, and layout style nits.

git-svn-id: svn://10.0.0.236/trunk@8438 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%netscape.com
1998-08-25 08:23:34 +00:00
parent 71e7443c33
commit 68cdb7d0b0
13 changed files with 49 additions and 56 deletions

View File

@@ -835,8 +835,8 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
pc += oplen;
js_printf(jp, "\t} catch ("); /* balance) */
pc += 6; /* name Object, pushobj, exception */
js_printf(jp, "%s", ATOM_BYTES(GET_ATOM(cx,
jp->script, pc)));
js_printf(jp, "%s",
ATOM_BYTES(GET_ATOM(cx, jp->script, pc)));
len = js_GetSrcNoteOffset(sn, 0);
pc += 4; /* initprop, enterwith */
if (len) {