tools_common.h: add missing ';' in generic branch

missed in:
380a26112 Fix compile warnings for target=armv7-android-gcc

Change-Id: I2820fff00858a19f7dcf6e0fff189d455b7d640f
This commit is contained in:
James Zern 2017-01-19 15:09:20 -08:00
parent 0f9760ab6f
commit b608c09781

View File

@ -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