Skip to content

Commit

Permalink
abyss-longseqdist: Fix required number of fields
Browse files Browse the repository at this point in the history
  • Loading branch information
traymond committed Dec 11, 2013
1 parent cb68a63 commit 8be9d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scaffold/longseqdist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ int main(int argc, char** argv)
die = true;
}

if (argc - optind != 0) {
if (argc - optind != 1) {
cerr << PROGRAM ": incorrect number of arguments\n";
die = true;
}
Expand Down

0 comments on commit 8be9d34

Please sign in to comment.