diff options
author | Ladislav Zezula <zezula@volny.cz> | 2022-06-12 20:49:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-12 20:49:30 +0200 |
commit | 0edf4b9d3823589b2630e777e29907c97a0cc514 (patch) | |
tree | e2dcd153c9876bf5adeca0bd8479bce6b5c410ab /src/SBaseCommon.cpp | |
parent | 5e179844a864e130918f045165a75fa268629b4a (diff) | |
parent | d5d2413e951165aa19e926d9f6ad63a818bbce78 (diff) |
Merge pull request #258 from ladislav-zezula/LZ_ReplaceVersusOpen
Fixed
Diffstat (limited to 'src/SBaseCommon.cpp')
-rw-r--r-- | src/SBaseCommon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SBaseCommon.cpp b/src/SBaseCommon.cpp index f90c009..4b2bd6d 100644 --- a/src/SBaseCommon.cpp +++ b/src/SBaseCommon.cpp @@ -1833,7 +1833,6 @@ void CalculateDataBlockHash(void * pvDataBlock, DWORD cbDataBlock, LPBYTE md5_ha md5_done(&md5_state, md5_hash);
}
-
//-----------------------------------------------------------------------------
// Swapping functions
|