From: Jay Freeman (saurik) <saurik@saurik.com>
Date: Sun, 10 Jun 2012 01:45:42 +0000 (-0700)
Subject: Rename uint64_6 to uint64_t, correcting a typo.
X-Git-Tag: v0.9.458~10
X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/20d684698d32a609ba12b501ed38a3a2fe4487ee?ds=sidebyside

Rename uint64_6 to uint64_t, correcting a typo.
---

diff --git a/Bridge.def b/Bridge.def
index 486b0ab..0071f38 100644
--- a/Bridge.def
+++ b/Bridge.def
@@ -31,7 +31,7 @@ T uint16_t {ushort}
 T int32_t {int}
 T uint32_t {uint}
 T int64_t {longlong}
-T uint64_6 {ulonglong}
+T uint64_t {ulonglong}
 
 T SInt8 {int8_t}
 T UInt8 {uint8_t}