Skip to content

Commit

Permalink
Enabled pruning option in main program
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Aug 31, 2010
1 parent 15f7066 commit 51d92d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psalm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ int main(int argc, char* argv[])
}

case 'F':
case 'I':
case 'V':
{
std::istringstream val_stream(optarg);
std::istringstream converter;
Expand Down

0 comments on commit 51d92d0

Please sign in to comment.