aboutsummaryrefslogtreecommitdiff
path: root/src/hash/pearson.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/pearson.h')
-rw-r--r--src/hash/pearson.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/pearson.h b/src/hash/pearson.h
index 4cdfda9..c10fea4 100644
--- a/src/hash/pearson.h
+++ b/src/hash/pearson.h
@@ -2,7 +2,7 @@
#include <stdint.h>
struct pearson_hash {
- uint8_t ret;
+ uint8_t ret;
};
struct pearson_hash pearson_init();