diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-01 04:43:22 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-01 04:43:22 -0500 |
| commit | 7bb6714cc0f689595e02581ead143251f77ba59e (patch) | |
| tree | 51eabbf50e5c05f071cffd1d53081f49e12bbe42 | |
| parent | 23ddcde0522fed6096480d606c7a586df12db55c (diff) | |
Fixed typo in objc_darwin.h.
| -rw-r--r-- | objc_darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index 3a09b63..d094f7a 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -26,7 +26,7 @@ struct xsize { int64_t height; }; -extern struct xsize objc_msgsSend_stret_size_noargs(id obj, SEL sel); +extern struct xsize objc_msgSend_stret_size_noargs(id obj, SEL sel); #define m1(name, type1) \ inline id objc_msgSend_ ## name (id obj, SEL sel, type1 a) \ |
