From: Nick Terrell Date: Thu, 24 Sep 2020 03:36:47 +0000 (-0700) Subject: [linux-kernel] Add missing semicolon in zstd_deps.h X-Git-Tag: v1.4.7~69^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9009b59f096f9a55adda4062be5e08d8cecf9ffb;p=thirdparty%2Fzstd.git [linux-kernel] Add missing semicolon in zstd_deps.h --- diff --git a/contrib/linux-kernel/zstd_deps.h b/contrib/linux-kernel/zstd_deps.h index 44ec0328f..4d3964798 100644 --- a/contrib/linux-kernel/zstd_deps.h +++ b/contrib/linux-kernel/zstd_deps.h @@ -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 */