ref: b608c09781613092171d638d90056e4eefd0978b
parent: 0f9760ab6f2cfbf7802ae5de305b7b94da7a8f02
author: James Zern <[email protected]>
date: Thu Jan 19 10:09:20 EST 2017
tools_common.h: add missing ';' in generic branch missed in: 380a26112 Fix compile warnings for target=armv7-android-gcc Change-Id: I2820fff00858a19f7dcf6e0fff189d455b7d640f
--- a/tools_common.h
+++ b/tools_common.h
@@ -39,7 +39,7 @@
#else
#define fseeko fseek
#define ftello ftell
-typedef long FileOffset /* NOLINT */
+typedef long FileOffset; /* NOLINT */
#endif /* CONFIG_OS_SUPPORT */
#if CONFIG_OS_SUPPORT