]> granicus.if.org Git - libvpx/commitdiff
tools_common.h: add missing ';' in generic branch
authorJames Zern <jzern@google.com>
Thu, 19 Jan 2017 23:09:20 +0000 (15:09 -0800)
committerJames Zern <jzern@google.com>
Thu, 19 Jan 2017 23:09:59 +0000 (15:09 -0800)
missed in:
380a26112 Fix compile warnings for target=armv7-android-gcc

Change-Id: I2820fff00858a19f7dcf6e0fff189d455b7d640f

tools_common.h

index c4a48b24de0a1566ca7a89717e962be41f411d4b..e41de3195f57ca511b8f737e5d360529cf4f8a48 100644 (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