diff options
Diffstat (limited to 'include/ocl/crc_hash.hpp')
| -rw-r--r-- | include/ocl/crc_hash.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/crc_hash.hpp b/include/ocl/crc_hash.hpp index 9af8819..8c0f93c 100644 --- a/include/ocl/crc_hash.hpp +++ b/include/ocl/crc_hash.hpp @@ -62,7 +62,7 @@ namespace ocl if (!len) return 0UL; - Algorithm crc = 0xffffffff; + Algorithm crc = 0xffffffff; std::size_t cnt = 0; while ((len--) > 0) |
