Skip to content

Commit

Permalink
Versiuon 1.05
Browse files Browse the repository at this point in the history
Fixed Issue #15 for non-regex systems too."
  • Loading branch information
NormanDunbar committed Sep 20, 2018
1 parent b20042b commit 3978198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TraceMiner2/TraceMiner2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ int main(int argc, char *argv[])
#ifdef USE_REGEX
cout << " : with REGEX support.";
#else
cout << " : with no REGEX support."
cout << " : with no REGEX support.";
#endif // USE_REGEX
cout << endl << endl;

Expand Down

0 comments on commit 3978198

Please sign in to comment.