diff options
author | Mark Salyzyn <salyzyn@google.com> | 2014-03-19 19:58:00 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-19 19:58:00 +0000 |
commit | 7e9e30599439a15c9a08206c10ef8b9d164e695b (patch) | |
tree | 89b5317c419da1d2c072202ff27af1381e77fbcc /libs/androidfw/BackupData.cpp | |
parent | 9eed0c624e468fc8f50fb4fc9c0940fb6d727e37 (diff) | |
parent | 9ca25502c05854288733ee5142e8bf6594821f83 (diff) |
am 9ca25502: am 48250e14: am 9a09a523: am 0b472ae1: Merge "androidfw: resolve 64-bit build issues"
* commit '9ca25502c05854288733ee5142e8bf6594821f83':
androidfw: resolve 64-bit build issues
Diffstat (limited to 'libs/androidfw/BackupData.cpp')
-rw-r--r-- | libs/androidfw/BackupData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/BackupData.cpp b/libs/androidfw/BackupData.cpp index 1a5c55ce8eda..a5b94167fdfc 100644 --- a/libs/androidfw/BackupData.cpp +++ b/libs/androidfw/BackupData.cpp @@ -291,7 +291,7 @@ BackupDataReader::ReadNextHeader(bool* done, int* type) (int)(m_pos - sizeof(m_header)), (int)m_header.type); m_status = EINVAL; } - + return m_status; } |