From b608c09781613092171d638d90056e4eefd0978b Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 19 Jan 2017 15:09:20 -0800 Subject: [PATCH] tools_common.h: add missing ';' in generic branch missed in: 380a26112 Fix compile warnings for target=armv7-android-gcc Change-Id: I2820fff00858a19f7dcf6e0fff189d455b7d640f --- tools_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools_common.h b/tools_common.h index c4a48b24d..e41de3195 100644 --- a/tools_common.h +++ b/tools_common.h @@ -39,7 +39,7 @@ typedef off_t FileOffset; #else #define fseeko fseek #define ftello ftell -typedef long FileOffset /* NOLINT */ +typedef long FileOffset; /* NOLINT */ #endif /* CONFIG_OS_SUPPORT */ #if CONFIG_OS_SUPPORT