]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[linux-kernel] Add missing semicolon in zstd_deps.h
authorNick Terrell <terrelln@fb.com>
Thu, 24 Sep 2020 03:36:47 +0000 (20:36 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 24 Sep 2020 06:26:10 +0000 (23:26 -0700)
contrib/linux-kernel/zstd_deps.h

index 44ec0328f8e8db016ac4905b54d035d38e33db1c..4d39647983a04b2ae7fb5fe30b9779f6dc98e8ea 100644 (file)
@@ -128,7 +128,7 @@ static U64 ZSTD_div64(U64 dividend, U32 divisor) {
  * The Linux Kernel doesn't provide intptr_t, only uintptr_t, which
  * is an unsigned long.
  */
-typedef long intptr_t
+typedef long intptr_t;
 
 #endif /* ZSTD_DEPS_STDINT */
 #endif /* ZSTD_DEPS_NEED_STDINT */