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:
parent
0f9760ab6f
commit
b608c09781
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user