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