Skip to content

Commit

Permalink
remove extra return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Jul 27, 2013
1 parent f5b342f commit 1fea899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/torrent_handle.cpp
Expand Up @@ -565,7 +565,6 @@ namespace nodelt {
for (std::vector<int>::iterator i(f.begin()), e(f.end()); i != e; ++i)
ret->Set(ret->Length(), Integer::New(*i));
return scope.Close(ret);
return scope.Close(Undefined());
};

Handle<Value> TorrentHandleWrap::file_priority(const Arguments& args) {
Expand Down

0 comments on commit 1fea899

Please sign in to comment.