Added EOF marker to address clang++ error

git-svn-id: http://skia.googlecode.com/svn/trunk@4381 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2012-06-28 00:29:23 +00:00
parent 58b20215f6
commit fffc8d01b5

View File

@ -67,4 +67,5 @@ inline uint32_t SkComputeChecksum32(const uint32_t* ptr, size_t size) {
}
return result;
}
#endif
#endif