Skip to content

Commit 94d9c0b

Browse files
committed
exit properly
1 parent 0f7b961 commit 94d9c0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

org/w3c/css/values/CssColor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,9 @@ public void setHSLColor(ApplContext ac, CssExpression exp)
469469
return;
470470
}
471471
}
472+
exp.next();
472473
}
474+
return;
473475
}
474476
}
475477

0 commit comments

Comments
 (0)