Merge pull request #28 from Zildj1an/patch-1

Fix warning on ; outside of function
This commit is contained in:
Cyrill Gorcunov 2022-05-10 23:59:32 +03:00 committed by GitHub
commit 3aebb20f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,4 +112,4 @@ uint32_t crc32b(uint32_t crc, const void *data, size_t len)
}
return hashval;
};
}