mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-04-01 21:17:43 -05:00
includes/std: Fixed syntax error
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace std::hash {
|
||||
|
||||
fn crc32(ref auto pattern, u32 init, u32 poly) {
|
||||
return builtin::std::hash::crc32(pattern, init, poly)
|
||||
return builtin::std::hash::crc32(pattern, init, poly);
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user