More code cleanups.

This commit is contained in:
2022-03-18 01:32:22 +00:00
parent dcaea0bb34
commit 17934740d8

View File

@@ -34,6 +34,9 @@ namespace Aaru.Checksums;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
/// <summary>
/// Handles native implementations of compression algorithms
/// </summary>
public static class Native public static class Native
{ {
static bool _checked; static bool _checked;