From e0bbbbcab8f43318faddeb4915897936cec88918 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Wed, 20 Jun 2012 14:36:45 -0400 Subject: updated the readme to include the new utility, mask-generator. Added to mask-generator to the make file, renamed the folder for mask-generator to mask, added proper headers to remove warnings, fixed a return type and removed an unused variable called status --- fly-tools/FilterFlyMask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fly-tools/FilterFlyMask.cpp') diff --git a/fly-tools/FilterFlyMask.cpp b/fly-tools/FilterFlyMask.cpp index 40d25e3..73ce3cb 100644 --- a/fly-tools/FilterFlyMask.cpp +++ b/fly-tools/FilterFlyMask.cpp @@ -156,7 +156,7 @@ int main(int argc, char* argv[]) ratioSecondLargestToLargest = atof(optarg); break; case 'o': - outputFileLocationi = optarg; + outputFileLocation = optarg; break; case 'v': break; -- cgit v1.2.3