commit | 92ca09574f5a47afa9ac1df6345681bcf4652d28 | [log] [tgz] |
---|---|---|
author | Tom Finegan <tomfinegan@google.com> | Thu Jan 19 14:39:04 2017 -0800 |
committer | Tom Finegan <tomfinegan@google.com> | Fri Jan 20 00:35:10 2017 +0000 |
tree | 14457383cf7f9f7acdcd2a3b65e386daf0aaf6d5 | |
parent | 5b29d8de992e92d48959feb39ea0f306dca5dac4 [diff] |
Fix compile error in generic mode. Missing semi colon in tools_common.h. Change-Id: I6a7c35a3f1f8cea36433334047ca8ececdf321a2
diff --git a/tools_common.h b/tools_common.h index 0375003..6795e05 100644 --- a/tools_common.h +++ b/tools_common.h
@@ -42,7 +42,7 @@ #else #define fseeko fseek #define ftello ftell -typedef long FileOffset /* NOLINT */ +typedef long FileOffset; /* NOLINT */ #endif /* CONFIG_OS_SUPPORT */ #if CONFIG_OS_SUPPORT