Skip to content
Snippets Groups Projects
Commit a9e7546b authored by Oksana Shadura's avatar Oksana Shadura Committed by Oksana Shadura
Browse files

Fixing typo in RZIP (thanks Stephan)

parent d5aa50ff
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ static void R__unzipZLIB(int *srcsize, unsigned char *src, int *tgtsize, unsigne
speeds - sometimes by an order of magnitude.
*/
#ifdef R__HAS_DEFAULT_LZ4
ROOT::RCompressionSetting::EAlgorithm::EValues R__ZipMode = ROOT::RCompressionSetting::EAlgorithm:::EValues::kLZ4;
ROOT::RCompressionSetting::EAlgorithm::EValues R__ZipMode = ROOT::RCompressionSetting::EAlgorithm::EValues::kLZ4;
#else
ROOT::RCompressionSetting::EAlgorithm::EValues R__ZipMode = ROOT::RCompressionSetting::EAlgorithm::EValues::kZLIB;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment