chromium: fix musl-fixes.patch path.

This commit is contained in:
Juan RP 2016-08-28 15:03:34 +02:00
parent 22378c3ff6
commit 5421e8daba
1 changed files with 2 additions and 2 deletions

View File

@ -209,8 +209,8 @@
base::debug::StackTrace trace;
diff --git a/third_party/ots/include/opentype-sanitiser.h b/third_party/ots/include/opentype-sanitiser.h
index a80ea16..55a2abf 100644
--- a/third_party/ots/include/opentype-sanitiser.h
+++ b/third_party/ots/include/opentype-sanitiser.h
--- third_party/ots/include/opentype-sanitiser.h
+++ third_party/ots/include/opentype-sanitiser.h
@@ -20,6 +20,7 @@ typedef unsigned __int64 uint64_t;
#define htonl(x) _byteswap_ulong (x)
#define htons(x) _byteswap_ushort (x)