Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[cappuccino#218 state:resolved milestone:0.7]
  • Loading branch information
Ross Boucher committed Mar 25, 2009
1 parent b96285a commit e0af565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objective-J/preprocess.js
Expand Up @@ -864,7 +864,7 @@ objj_preprocessor.prototype.selector = function(tokens, aStringBuffer)

// Swallow open parenthesis.
if (tokens.skip_whitespace() != TOKEN_OPEN_PARENTHESIS)
objj_exception_throw(new objj_exception(OBJJParseException, "*** Expected ')'"));
objj_exception_throw(new objj_exception(OBJJParseException, "*** Expected '('"));

// Eat leading whitespace
var selector = tokens.skip_whitespace();
Expand Down

0 comments on commit e0af565

Please sign in to comment.