Added EOF marker to address clang++ error
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 28 Jun 2012 00:29:23 +0000 (00:29 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 28 Jun 2012 00:29:23 +0000 (00:29 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@4381 2bbb7eff-a529-9590-31e7-b0007b416f81

include/core/SkChecksum.h

index 76f1461..ab88cbc 100644 (file)
@@ -67,4 +67,5 @@ inline uint32_t SkComputeChecksum32(const uint32_t* ptr, size_t size) {
     }
     return result;
 }
-#endif
\ No newline at end of file
+#endif
+