Alignment fixes

Change-Id: I99b570a6621be271abd3df1c3316cdd7286cfe83
This commit is contained in:
Urvang Joshi
2012-08-23 13:22:59 +05:30
parent e55fbd6d2c
commit e3990fd8e4
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ const ChunkInfo kChunks[] = {
{ MKFOURCC('M', 'E', 'T', 'A'), WEBP_CHUNK_META, UNDEFINED_CHUNK_SIZE },
{ MKFOURCC('U', 'N', 'K', 'N'), WEBP_CHUNK_UNKNOWN, UNDEFINED_CHUNK_SIZE },
{ NIL_TAG, WEBP_CHUNK_NIL, UNDEFINED_CHUNK_SIZE }
{ NIL_TAG, WEBP_CHUNK_NIL, UNDEFINED_CHUNK_SIZE }
};
//------------------------------------------------------------------------------