summaryrefslogtreecommitdiffstats
path: root/lib/lz4.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lz4.c')
-rw-r--r--lib/lz4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4.c b/lib/lz4.c
index bdbc73f..c4b0154 100644
--- a/lib/lz4.c
+++ b/lib/lz4.c
@@ -148,7 +148,7 @@
typedef unsigned int U32;
typedef signed int S32;
typedef unsigned long long U64;
- typedef size_t uptrval; /* generally true, except OpenVMS-64 */
+ typedef size_t uptrval; /* generally true, except OpenVMS-64 */
#endif