summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lz4frame.c')
-rw-r--r--lib/lz4frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4frame.c b/lib/lz4frame.c
index 2ecb66b..0423d44 100644
--- a/lib/lz4frame.c
+++ b/lib/lz4frame.c
@@ -213,7 +213,7 @@ const char* LZ4F_getErrorName(LZ4F_errorCode_t code)
return codeError;
}
-unsigned LZ4F_getVersion() { return LZ4F_VERSION; }
+unsigned LZ4F_getVersion(void) { return LZ4F_VERSION; }
/*-************************************