diff options
author | Jay Freeman <saurik@saurik.com> | 2009-01-11 16:51:54 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-01-11 16:51:54 +0000 |
commit | 1a6710a7052e29e73bf2903c64ef1f63abef22d1 (patch) | |
tree | ee80b2ff5e0ed08031d39b1afe01b391a78e92aa | |
parent | 53029b56a82952263d3d552c1d1071e6fdf8b0be (diff) |
Fixed a small typo in my header patches.
git-svn-id: http://svn.telesphoreo.org/trunk@528 514c082c-b64e-11dc-b46d-3d985efe055d
-rw-r--r-- | tool/include.diff | 6 | ||||
-rw-r--r-- | tool/patches/CoreAnimation.diff | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tool/include.diff b/tool/include.diff index 854e39175..208fb09e7 100644 --- a/tool/include.diff +++ b/tool/include.diff @@ -111,10 +111,10 @@ index 64e4e8b..0f43f4c 100644 #define __DARWIN_ONLY_UNIX_CONFORMANCE 1 #define __DARWIN_ONLY_VERS_1050 1 -diff --git a/QuartzCore/CoreAnimation.h b/QuartzCore/CoreAnimation.h +diff --git /usr/include/QuartzCore/CoreAnimation.h /usr/include/QuartzCore/CoreAnimation.h index 6f45332..6a0cf35 100644 ---- a/QuartzCore/CoreAnimation.h -+++ b/QuartzCore/CoreAnimation.h +--- /usr/include/QuartzCore/CoreAnimation.h ++++ /usr/include/QuartzCore/CoreAnimation.h @@ -16,7 +16,9 @@ #import <QuartzCore/CALayer.h> #import <QuartzCore/CAMediaTiming.h> diff --git a/tool/patches/CoreAnimation.diff b/tool/patches/CoreAnimation.diff index 1d664a016..7bdff1514 100644 --- a/tool/patches/CoreAnimation.diff +++ b/tool/patches/CoreAnimation.diff @@ -1,7 +1,7 @@ -diff --git a/QuartzCore/CoreAnimation.h b/QuartzCore/CoreAnimation.h +diff --git /usr/include/QuartzCore/CoreAnimation.h /usr/include/QuartzCore/CoreAnimation.h index 6f45332..6a0cf35 100644 ---- a/QuartzCore/CoreAnimation.h -+++ b/QuartzCore/CoreAnimation.h +--- /usr/include/QuartzCore/CoreAnimation.h ++++ /usr/include/QuartzCore/CoreAnimation.h @@ -16,7 +16,9 @@ #import <QuartzCore/CALayer.h> #import <QuartzCore/CAMediaTiming.h> |