Skip to content
Snippets Groups Projects
Commit 307bce12 authored by deuce's avatar deuce
Browse files

<DigitalMan> <DigitalMan> Deuce: missing break; in case '+': in js_global.c?

parent 3f854ff4
Branches
Tags
No related merge requests found
......@@ -1189,6 +1189,7 @@ js_html_encode(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rva
case '+':
if(attr_sp<(int)sizeof(attr_stack))
attr_stack[attr_sp++]=(blink?(1<<7):0) | (bg << 4) | (bold?(1<<3):0) | fg;
break;
case '-':
if(attr_sp>0)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment