Skip to content

Commit

Permalink
warn_at return value is not used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
penartur committed May 25, 2012
1 parent 3c738d4 commit 730860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jslint.js
Expand Up @@ -1149,7 +1149,7 @@ var JSLINT = (function () {
}

function warn_at(message, line, character, a, b, c, d) {
return warn(message, {
warn(message, {
line: line,
from: character
}, a, b, c, d);
Expand Down

0 comments on commit 730860a

Please sign in to comment.