diff options
author | user1 <user1@ubuntu> | 2017-04-14 19:31:35 +0000 |
---|---|---|
committer | user1 <user1@ubuntu> | 2017-04-14 19:31:35 +0000 |
commit | 19129256402d71d41fbacaaf2fcea8cc64cb9fba (patch) | |
tree | 14ca6221c2c79fee2897c224fe5b0d4242cb6206 /mutator_report.cpp | |
parent | added (simple, not necessarily general) translation of memset() (diff) | |
parent | added some more experimental stuff. right now bruiser can only hijack the main. (diff) | |
download | mutator-19129256402d71d41fbacaaf2fcea8cc64cb9fba.tar.gz mutator-19129256402d71d41fbacaaf2fcea8cc64cb9fba.zip |
Merge branch 'master' of https://github.com/bloodstalker/mutator.git
Diffstat (limited to '')
-rw-r--r-- | mutator_report.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mutator_report.cpp b/mutator_report.cpp index 94ddd6b..e61cb5d 100644 --- a/mutator_report.cpp +++ b/mutator_report.cpp @@ -257,9 +257,12 @@ void JSONReport::CloseReport(void) JSONRepFile.close(); } /*********************************************************************************************************************/ -/****************************************************End Of JSONReport************************************************/ +/*************************************************End Of JSONReport***************************************************/ +/*********************************************************************************************************************/ + /*********************************************************************************************************************/ /*End of namespace Devi*/ +/*********************************************************************************************************************/ } /*********************************************************************************************************************/ /*last line intentionally left blank.*/ |